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@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
 
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
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)

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()