org.starhope.appius.except
Class AlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.starhope.appius.except.AlreadyExistsException
- All Implemented Interfaces:
- Serializable
public class AlreadyExistsException
- extends Exception
- Author:
- brpocock@star-hope.org
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- Java serialisation unique ID
- See Also:
- Constant Field Values
reason
final String reason
- reason for the exception
AlreadyExistsException
public AlreadyExistsException(String string)
- Parameters:
string
- WRITEME
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
- See Also:
Throwable.getMessage()