com.ibm.websphere.sca.soap.attachments
Class NoSuchAttachmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.sca.soap.attachments.NoSuchAttachmentException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchAttachmentException
extends java.lang.Exception

Thrown if an invalid attachment ID is provided.

See Also:
Serialized Form

Constructor Summary
NoSuchAttachmentException()
           
NoSuchAttachmentException(java.lang.String message)
           
NoSuchAttachmentException(java.lang.String message, java.lang.Throwable cause)
           
NoSuchAttachmentException(java.lang.Throwable cause)
           
 
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

NoSuchAttachmentException

public NoSuchAttachmentException()

NoSuchAttachmentException

public NoSuchAttachmentException(java.lang.String message)

NoSuchAttachmentException

public NoSuchAttachmentException(java.lang.String message,
                                 java.lang.Throwable cause)

NoSuchAttachmentException

public NoSuchAttachmentException(java.lang.Throwable cause)


Copyright © 2006 IBM Corp. All Rights Reserved.