org.jboss.cache.marshall
Class MarshallingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.cache.marshall.MarshallingException
All Implemented Interfaces:
java.io.Serializable

public class MarshallingException
extends java.lang.Exception

Thrown when there is an exception in marshalling.

Author:
Ben Wang 8-2005
See Also:
Serialized Form

Constructor Summary
MarshallingException()
           
MarshallingException(java.lang.String msg)
           
MarshallingException(java.lang.String msg, java.lang.Throwable cause)
           
 
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

MarshallingException

public MarshallingException()

MarshallingException

public MarshallingException(java.lang.String msg)

MarshallingException

public MarshallingException(java.lang.String msg,
                            java.lang.Throwable cause)