|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.service.cmr.rendition.RenditionServiceException
public class RenditionServiceException
Rendition Service Exception Class
Constructor Summary | |
---|---|
RenditionServiceException(java.lang.String message)
Constructs a Rendition Service Exception with the specified message. |
|
RenditionServiceException(java.lang.String message,
RenditionDefinition renditionDefinition)
Constructs a Rendition Service Exception with the specified message and RenditionDefinition . |
|
RenditionServiceException(java.lang.String message,
RenditionDefinition renditionDefinition,
java.lang.Throwable source)
Constructs a Rendition Service Exception with the specified message, RenditionDefinition and
source exception
. |
|
RenditionServiceException(java.lang.String message,
java.lang.Throwable source)
Constructs a Rendition Service Exception with the specified message and source exception. |
Method Summary | |
---|---|
RenditionDefinition |
getRenditionDefinition()
Retrieves the RenditionDefinition associated with this exception. |
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException |
---|
create, create, getMsgId, getMsgParams, makeRuntimeException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RenditionServiceException(java.lang.String message)
message
- the message stringpublic RenditionServiceException(java.lang.String message, java.lang.Throwable source)
message
- the message stringsource
- the source exceptionpublic RenditionServiceException(java.lang.String message, RenditionDefinition renditionDefinition)
RenditionDefinition
.
message
- the message string.renditionDefinition
- the rendition definition.public RenditionServiceException(java.lang.String message, RenditionDefinition renditionDefinition, java.lang.Throwable source)
RenditionDefinition
and
source exception
.
message
- the message string.renditionDefinition
- the rendition definition.source
- the source exception.Method Detail |
---|
public RenditionDefinition getRenditionDefinition()
RenditionDefinition
associated with this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |