org.starhope.appius.except
Class SerialDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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) |
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)
SerialDataException
public SerialDataException(Exception e)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
e
- WRITEME
SerialDataException
public SerialDataException(String string)
- Parameters:
string
- Message
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()