public class MarshallingException
extends java.lang.Exception
| Constructor and Description |
|---|
MarshallingException()
Constructs an
MarshallingException with no detail message. |
MarshallingException(java.lang.String s)
Constructs an
MarshallingException with the specified detail
message. |
public MarshallingException()
MarshallingException with no detail message.public MarshallingException(java.lang.String s)
MarshallingException with the specified detail
message.s - the detail message.