fuego.papi.exception
Class AttachmentsNotAvailableInProcessException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.AttachmentOperationException
fuego.papi.exception.AttachmentsNotAvailableInProcessException
- public class AttachmentsNotAvailableInProcessException
- extends AttachmentOperationException
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.
- See Also:
- Serialized Form
AttachmentsNotAvailableInProcessException
public AttachmentsNotAvailableInProcessException(String processId,
Throwable cause)
- Creates a new AttachmentsNotAvailableInProcessException with the given processId
and initial exception.
- Parameters:
processId - ProcessId that contains the attachment.cause - Initial exception.
getProcessId
public String getProcessId()
© Copyright 1996/2005 Fuego Inc. All Rights Reserved