org.jboss.cache.marshall
Class MarshallingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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)
           
 
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)


Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.