SMILA 1.0 API documentation

org.eclipse.smila.datamodel
Class AttachmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.smila.datamodel.AttachmentException
All Implemented Interfaces:
java.io.Serializable

public class AttachmentException
extends java.lang.RuntimeException

Exception thrown by Attachment access methods in error conditions.

See Also:
Serialized Form

Constructor Summary
AttachmentException(java.lang.String message)
          create instance.
AttachmentException(java.lang.String message, java.lang.Throwable cause)
          create instance.
AttachmentException(java.lang.Throwable cause)
          create instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttachmentException

public AttachmentException(java.lang.String message,
                           java.lang.Throwable cause)
create instance.


AttachmentException

public AttachmentException(java.lang.String message)
create instance.


AttachmentException

public AttachmentException(java.lang.Throwable cause)
create instance.


SMILA 1.0 API documentation