org.starhope.appius.except
Class ChildSecurityException

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

public class ChildSecurityException
extends Exception

Child security exception … WRITEME twheys@gmail.com

Author:
Tim Heys
See Also:
Serialized Form

Field Summary
private  String myReason
          Reason for exception
private static long serialVersionUID
          Java serialisation unique ID
 
Constructor Summary
ChildSecurityException(String reason)
           
 
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

myReason

private final String myReason
Reason for exception

Constructor Detail

ChildSecurityException

public ChildSecurityException(String reason)
Parameters:
reason - reason for exception
Method Detail

toString

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