org.starhope.appius.except
Class AlreadyUsedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.starhope.appius.except.AlreadyUsedException
All Implemented Interfaces:
Serializable

public class AlreadyUsedException
extends Exception

Author:
brpocock
See Also:
Serialized Form

Field Summary
private  String reason
           
private static long serialVersionUID
           
private  Date when
           
 
Constructor Summary
AlreadyUsedException(String reason, Date date)
           
 
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

reason

private final String reason

when

private final Date when
Constructor Detail

AlreadyUsedException

public AlreadyUsedException(String reason,
                            Date date)
Parameters:
reason - WRITEME
date - WRITEME
Method Detail

toString

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