Package org.alfresco.repo.blog
Class BlogIntegrationRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.error.AlfrescoRuntimeException
-
- org.alfresco.repo.blog.BlogIntegrationRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class BlogIntegrationRuntimeException extends org.alfresco.error.AlfrescoRuntimeExceptionBlog integration runtime exception- Author:
- Roy Wetherall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlogIntegrationRuntimeException(java.lang.String msgId)ConstructorBlogIntegrationRuntimeException(java.lang.String msgId, java.lang.Object[] msgParams)ConstructorBlogIntegrationRuntimeException(java.lang.String msgId, java.lang.Object[] msgParams, java.lang.Throwable cause)ConstructorBlogIntegrationRuntimeException(java.lang.String msgId, java.lang.Throwable cause)Constructor
-
Method Summary
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-
-
-
Constructor Detail
-
BlogIntegrationRuntimeException
public BlogIntegrationRuntimeException(java.lang.String msgId)
Constructor- Parameters:
msgId- String
-
BlogIntegrationRuntimeException
public BlogIntegrationRuntimeException(java.lang.String msgId, java.lang.Object[] msgParams)Constructor- Parameters:
msgId- StringmsgParams- Object[]
-
BlogIntegrationRuntimeException
public BlogIntegrationRuntimeException(java.lang.String msgId, java.lang.Throwable cause)Constructor- Parameters:
msgId- Stringcause- Throwable
-
BlogIntegrationRuntimeException
public BlogIntegrationRuntimeException(java.lang.String msgId, java.lang.Object[] msgParams, java.lang.Throwable cause)Constructor- Parameters:
msgId- StringmsgParams- Object[]cause- Throwable
-
-