Class MarshallingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.somda.sdc.dpws.soap.exception.MarshallingException
- All Implemented Interfaces:
Serializable
Expresses that an object could not be marshalled or unmarshalled.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMarshallingException(String message) MarshallingException(String message, Throwable cause) MarshallingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) MarshallingException(Throwable 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
-
MarshallingException
public MarshallingException() -
MarshallingException
-
MarshallingException
-
MarshallingException
-
MarshallingException
-