org.openmrs.serialization
Class SerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openmrs.serialization.SerializationException
All Implemented Interfaces:
java.io.Serializable

public class SerializationException
extends java.lang.Exception

Represents an Exception that has occurred during object Serialization or Deserialization within OpenMRS

See Also:
Serialized Form

Constructor Summary
SerializationException()
          Default Constructor
SerializationException(java.lang.String message)
          Inherited Constructor
SerializationException(java.lang.String message, java.lang.Throwable cause)
          Inherited Constructor
SerializationException(java.lang.Throwable cause)
          Inherited Constructor
 
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

SerializationException

public SerializationException()
Default Constructor


SerializationException

public SerializationException(java.lang.Throwable cause)
Inherited Constructor


SerializationException

public SerializationException(java.lang.String message)
Inherited Constructor


SerializationException

public SerializationException(java.lang.String message,
                              java.lang.Throwable cause)
Inherited Constructor


OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change