ALBPM Process API (PAPI)

fuego.papi.exception
Class AttachmentNotFoundException

java.lang.Object
  extended byDefaultException
      extended byfuego.papi.OperationException
          extended byfuego.papi.AttachmentOperationException
              extended byfuego.papi.exception.AttachmentNotFoundException
Direct Known Subclasses:
AttachmentFileNotFoundException

public class AttachmentNotFoundException
extends AttachmentOperationException

A AttachmentNotFoundException is thrown as a result of an attempt to access an inexistent attachment.

See Also:
Serialized Form

Constructor Summary
AttachmentNotFoundException(String attachmentId)
          Creates a new AttachmentNotFoundException with the given attachment name.
 
Methods inherited from class fuego.papi.AttachmentOperationException
getAttachementId, getDetail, getTechnicalDetail
 
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

AttachmentNotFoundException

public AttachmentNotFoundException(String attachmentId)
Creates a new AttachmentNotFoundException with the given attachment name.

Parameters:
attachmentId - Attachment identification.

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved