com.novell.sentinel.client.bean
Class BeanSerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.novell.sentinel.client.bean.BeanSerializationException
All Implemented Interfaces:
Serializable

public class BeanSerializationException
extends Exception

Exception class used to report errors that occur when a bean is serialized to a transportation representation (e.g., JSON or XML).

See Also:
Serialized Form

Constructor Summary
BeanSerializationException(String msg)
           
BeanSerializationException(String msg, Throwable cause)
           
BeanSerializationException(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

BeanSerializationException

public BeanSerializationException(String msg)

BeanSerializationException

public BeanSerializationException(String msg,
                                  Throwable cause)

BeanSerializationException

public BeanSerializationException(Throwable cause)