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:
Serializable
public class BlogIntegrationRuntimeException
extends org.alfresco.error.AlfrescoRuntimeException
Blog integration runtime exception
- Author:
- Roy Wetherall
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorBlogIntegrationRuntimeException(String msgId, Object[] msgParams) ConstructorBlogIntegrationRuntimeException(String msgId, Object[] msgParams, Throwable cause) ConstructorBlogIntegrationRuntimeException(String msgId, Throwable cause) Constructor -
Method Summary
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BlogIntegrationRuntimeException
Constructor- Parameters:
msgId- String
-
BlogIntegrationRuntimeException
Constructor- Parameters:
msgId- StringmsgParams- Object[]
-
BlogIntegrationRuntimeException
Constructor- Parameters:
msgId- Stringcause- Throwable
-
BlogIntegrationRuntimeException
Constructor- Parameters:
msgId- StringmsgParams- Object[]cause- Throwable
-