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

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

public class AttachmentProcessingException
extends java.lang.Exception

Thrown if an error occurs while processing the attachment.

See Also:
Serialized Form

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

AttachmentProcessingException

public AttachmentProcessingException()

AttachmentProcessingException

public AttachmentProcessingException(java.lang.String message)

AttachmentProcessingException

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

AttachmentProcessingException

public AttachmentProcessingException(java.lang.Throwable cause)


Copyright © 2006 IBM Corp. All Rights Reserved.