org.starhope.appius.except
Class AlreadyLoadedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.starhope.appius.except.AlreadyLoadedException
- All Implemented Interfaces:
- Serializable
public class AlreadyLoadedException
- extends Exception
- Author:
- brpocock@star-hope.org
- See Also:
- Serialized Form
Field Summary |
private long |
newID
WRITEME: document this field (brpocock@star-hope.org, Nov 5,
2009)
newID (AlreadyLoadedException) |
private long |
oldID
WRITEME: document this field (brpocock@star-hope.org, Nov 5,
2009)
oldID (AlreadyLoadedException) |
private static long |
serialVersionUID
Java serialisation unique ID |
serialVersionUID
private static final long serialVersionUID
- Java serialisation unique ID
- See Also:
- Constant Field Values
newID
private final long newID
- WRITEME: document this field (brpocock@star-hope.org, Nov 5,
2009)
newID (AlreadyLoadedException)
oldID
private final long oldID
- WRITEME: document this field (brpocock@star-hope.org, Nov 5,
2009)
oldID (AlreadyLoadedException)
AlreadyLoadedException
public AlreadyLoadedException(long oldID1,
long newID1)
- Parameters:
oldID1
- the ID that was instantiatednewID1
- the ID which the user just requested
toString
public String toString()
- Overrides:
toString
in class Throwable
- See Also:
Throwable.toString()