com.metamatrix.soap.exceptions
Class SOAPProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by com.metamatrix.soap.exceptions.SOAPProcessingException
All Implemented Interfaces:
java.io.Serializable

public class SOAPProcessingException
extends MetaMatrixCoreException

See Also:
Serialized Form

Constructor Summary
SOAPProcessingException()
           
SOAPProcessingException(java.lang.String message)
           
SOAPProcessingException(java.lang.Throwable e)
           
SOAPProcessingException(java.lang.Throwable e, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPProcessingException

public SOAPProcessingException()

SOAPProcessingException

public SOAPProcessingException(java.lang.String message)
Parameters:
message -

SOAPProcessingException

public SOAPProcessingException(java.lang.Throwable e)
Parameters:
e -

SOAPProcessingException

public SOAPProcessingException(java.lang.Throwable e,
                               java.lang.String message)
Parameters:
e -
message -


Copyright © 2009. All Rights Reserved.