|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.AttachmentOperationException
fuego.papi.exception.AttachmentsNotAvailableInProcessException
public class AttachmentsNotAvailableInProcessException
A AttachmentsNotAvailableInProcessException
is thrown as result an
attempt to access to the attachments of the a process and the process of it is not available.
Constructor Summary | |
---|---|
AttachmentsNotAvailableInProcessException(String processId,
Throwable cause)
Creates a new AttachmentsNotAvailableInProcessException with the given processId and initial exception. |
Method Summary | |
---|---|
String |
getProcessId()
|
Methods inherited from class fuego.papi.AttachmentOperationException |
---|
getAttachementId, getDetail, getTechnicalDetail |
Methods inherited from class fuego.papi.OperationException |
---|
wrap |
Methods inherited from class fuego.lang.DefaultException |
---|
getCode, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getUserMessage, hasDetail |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttachmentsNotAvailableInProcessException(String processId, Throwable cause)
processId
- ProcessId that contains the attachment.cause
- Initial exception.Method Detail |
---|
public String getProcessId()
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |