|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDefaultException
fuego.papi.OperationException
fuego.papi.AttachmentOperationException
This exception can be thronw by any method who performs any operation over
an Attachment.
ProcessServiceSession.checkInAttachment(Attachment, String, java.io.File),
ProcessServiceSession.checkOutAttachment(Attachment, String),
ProcessServiceSession.instanceAttach(InstanceInfo, String, String, String, java.io.File),
ProcessServiceSession.obtainEditionLock(Attachment),
ProcessServiceSession.releaseEditionLock(Attachment),
ProcessServiceSession.releaseEditionLock(Attachment, java.io.File),
Serialized Form| Constructor Summary | |
AttachmentOperationException()
just for serialization purposes |
|
AttachmentOperationException(String attachmentId,
String attachmentName,
Throwable cause)
|
|
AttachmentOperationException(String attachmentId,
Throwable cause)
Construct the exception with the attachment identification where the operation failed. |
|
| Method Summary | |
String |
getAttachementId()
Returns the attachemnt identification where the operation was executed and the exception was thrown. |
String |
getDetail(Locale locale)
This method return the detail of the exception. |
String |
getTechnicalDetail(Locale locale)
This method return the technical detail of the exception. |
| Methods inherited from class fuego.papi.OperationException |
wrap |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttachmentOperationException()
public AttachmentOperationException(String attachmentId,
Throwable cause)
attachmentId - Attachment identification where the operations failed
public AttachmentOperationException(String attachmentId,
String attachmentName,
Throwable cause)
| Method Detail |
public String getAttachementId()
public String getDetail(Locale locale)
public String getTechnicalDetail(Locale locale)
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||