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

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

public class NoSuchAttachmentContextException
extends java.lang.Exception

Thrown if an invalid context is referenced.

See Also:
Serialized Form

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

NoSuchAttachmentContextException

public NoSuchAttachmentContextException()

NoSuchAttachmentContextException

public NoSuchAttachmentContextException(java.lang.String message)

NoSuchAttachmentContextException

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

NoSuchAttachmentContextException

public NoSuchAttachmentContextException(java.lang.Throwable cause)


Copyright © 2006 IBM Corp. All Rights Reserved.