fuego.papi.exception
Class AttachmentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.AttachmentOperationException
fuego.papi.exception.AttachmentNotFoundException
- All Implemented Interfaces:
- Serializable
- 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
| Methods inherited from class fuego.lang.DefaultException |
getCode, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getUserMessage, hasDetail |
AttachmentNotFoundException
public AttachmentNotFoundException(String attachmentId)
- Creates a new AttachmentNotFoundException with the given attachment name.
- Parameters:
attachmentId - Attachment identification.
AttachmentNotFoundException
public AttachmentNotFoundException(fuego.resources.Msg exceptionMsg)
AttachmentNotFoundException
public AttachmentNotFoundException(fuego.resources.Msg exceptionMsg,
String attachmentId)
© Copyright 1996-2008 Oracle Corporation