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
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
newID
private final long newID
oldID
private final long oldID
AlreadyLoadedException
public AlreadyLoadedException(long oldID,
long newID)
- Parameters:
oldID
- the ID that was instantiatednewID
- the ID which the user just requested
toString
public String toString()
- Overrides:
toString
in class Throwable
- See Also:
Throwable.toString()