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
- See Also:
- Serialized Form
Field Summary |
private long |
newID
TODO: document this field (brpocock, Nov 5, 2009)
newID (AlreadyLoadedException) |
private long |
oldID
TODO: document this field (brpocock, Nov 5, 2009)
oldID (AlreadyLoadedException) |
private static long |
serialVersionUID
|
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
newID
private final long newID
- TODO: document this field (brpocock, Nov 5, 2009)
newID (AlreadyLoadedException)
oldID
private final long oldID
- TODO: document this field (brpocock, 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()