|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.flat502.rox.marshal.MarshallingException
public class MarshallingException
An exception raised when an XML-RPC method call or response could not be marshalled to, or from, a stream or string.
Constructor Summary | |
---|---|
MarshallingException(java.lang.String msg)
Constructs a new exception with msg as its detail message. |
|
MarshallingException(java.lang.String msg,
java.lang.Throwable e)
Constructs a new exception with msg as its detail message
and e as the causal exception. |
|
MarshallingException(java.lang.Throwable e)
Constructs a new exception with null as its detail message
and e as the causal exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MarshallingException(java.lang.String msg)
msg
as its detail message.
msg
- A detail message describing the problem.public MarshallingException(java.lang.String msg, java.lang.Throwable e)
msg
as its detail message
and e
as the causal exception.
msg
- A detail message describing the problem.e
- The exception that resulted in this exception being raised.public MarshallingException(java.lang.Throwable e)
null
as its detail message
and e
as the causal exception.
e
- The exception that resulted in this exception being raised.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |