org.starhope.appius.except
Class AlreadyUsedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
TODO: document this field (brpocock, Nov 5, 2009)
reason (AlreadyUsedException) |
private static long |
serialVersionUID
|
private Date |
when
TODO: document this field (brpocock, Nov 5, 2009)
when (AlreadyUsedException) |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
reason
private final String reason
- TODO: document this field (brpocock, Nov 5, 2009)
reason (AlreadyUsedException)
when
private final Date when
- TODO: document this field (brpocock, Nov 5, 2009)
when (AlreadyUsedException)
AlreadyUsedException
public AlreadyUsedException(String reason1,
Date date)
- Parameters:
reason1
- WRITEMEdate
- WRITEME
getReason
public String getReason()
- Returns:
- the reason
getWhen
public Date getWhen()
- Returns:
- the when
toString
public String toString()
- Overrides:
toString
in class Throwable
- See Also:
Throwable.toString()