Class MarshallingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.somda.sdc.dpws.soap.exception.MarshallingException
-
- All Implemented Interfaces:
Serializable
public class MarshallingException extends Exception
Expresses that an object could not be marshalled or unmarshalled.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarshallingException()MarshallingException(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
-
-