issrg.security
Class SecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.utils.EmbeddedException
              extended by issrg.security.SecurityException
All Implemented Interfaces:
java.io.Serializable

public class SecurityException
extends EmbeddedException

A mechanism for reporting errors within a Security object

Version:
1.0
Author:
Darren Mundy, A Otenko
See Also:
Serialized Form

Constructor Summary
SecurityException(java.lang.String s)
          Construction mechanism for a SecurityException object
SecurityException(java.lang.String msg, java.lang.Throwable th)
          This constructor builds a SecurityException given a human-readable message and the root cause of the exception.
 
Method Summary
 
Methods inherited from class issrg.utils.EmbeddedException
getEmbedded, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityException

public SecurityException(java.lang.String s)
Construction mechanism for a SecurityException object

Parameters:
s - - the String containing the error description

SecurityException

public SecurityException(java.lang.String msg,
                         java.lang.Throwable th)
This constructor builds a SecurityException given a human-readable message and the root cause of the exception.

Parameters:
msg - - the human-readable message describing the condition
th - - the root cause of the exception