Class SoapMarshalingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.collabnet.ce.soap60.marshaling.SoapMarshalingException
- All Implemented Interfaces:
Serializable
Exception is thrown when an error occurs in marshaling
a soap object.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionException constructor based on an error message.SoapMarshalingException
(String msg, Throwable cause) Exception constructor based on an error message and the cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SoapMarshalingException
Exception constructor based on an error message.- Parameters:
msg
- Error description.
-
SoapMarshalingException
Exception constructor based on an error message and the cause.- Parameters:
msg
- Error description.cause
- The exception that is the cause of this exception.
-