org.starhope.appius.except
Class SerialDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.starhope.appius.except.SerialDataException
All Implemented Interfaces:
Serializable

public class SerialDataException
extends RuntimeException

An exception thrown if there is a problem with serialized data

Author:
brpocock@star-hope.org
See Also:
Serialized Form

Field Summary
private  String reasonCode
          The reason that the serial data is naughty reasonCode (SerialDataException)
private static long serialVersionUID
          WRITEME: document this field (brpocock@star-hope.org, Nov 6, 2009) serialVersionUID (long)
 
Constructor Summary
SerialDataException(Exception e)
          WRITEME: Document this constructor brpocock@star-hope.org
SerialDataException(String string)
           
 
Method Summary
 String getReasonCode()
           
 void setReasonCode(String newReasonCode)
           
 String toString()
          This is an overriding method.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
WRITEME: document this field (brpocock@star-hope.org, Nov 6, 2009) serialVersionUID (long)

See Also:
Constant Field Values

reasonCode

private String reasonCode
The reason that the serial data is naughty reasonCode (SerialDataException)

Constructor Detail

SerialDataException

public SerialDataException(Exception e)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
e - WRITEME

SerialDataException

public SerialDataException(String string)
Parameters:
string - Message
Method Detail

getReasonCode

public String getReasonCode()
Returns:
the reasonCode

setReasonCode

public void setReasonCode(String newReasonCode)
Parameters:
newReasonCode - the reasonCode to set

toString

public String toString()
This is an overriding method.

Overrides:
toString in class Throwable
See Also:
Throwable.toString()