Class SoapMarshalingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.collabnet.ce.soap60.marshaling.SoapMarshalingException
-
- All Implemented Interfaces:
Serializable
public class SoapMarshalingException extends RuntimeException
Exception is thrown when an error occurs in marshaling a soap object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SoapMarshalingException(String msg)Exception 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 Detail
-
SoapMarshalingException
public SoapMarshalingException(String msg)
Exception constructor based on an error message.- Parameters:
msg- Error description.
-
-