org.starhope.appius.except
Class AlreadyExistsException

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

public class AlreadyExistsException
extends Exception

Author:
brpocock@star-hope.org
See Also:
Serialized Form

Field Summary
(package private)  String reason
          reason for the exception
private static long serialVersionUID
          Java serialisation unique ID
 
Constructor Summary
AlreadyExistsException(String string)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
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

reason

final String reason
reason for the exception

Constructor Detail

AlreadyExistsException

public AlreadyExistsException(String string)
Parameters:
string - WRITEME
Method Detail

getMessage

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