org.starhope.appius.except
Class ChildSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
serialVersionUID
private static final long serialVersionUID
- Java serialisation unique ID
- See Also:
- Constant Field Values
myReason
private final String myReason
- Reason for exception
ChildSecurityException
public ChildSecurityException(String reason)
- Parameters:
reason
- reason for exception
toString
public String toString()
- Overrides:
toString
in class Throwable
- See Also:
Throwable.toString()