org.starhope.appius.except
Class AlreadyLoadedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
           
 
Constructor Summary
AlreadyLoadedException(long oldID1, long newID1)
           
 
Method Summary
 String toString()
           
 
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
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)

Constructor Detail

AlreadyLoadedException

public AlreadyLoadedException(long oldID1,
                              long newID1)
Parameters:
oldID1 - the ID that was instantiated
newID1 - the ID which the user just requested
Method Detail

toString

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