Package jade.security
Class JADESecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.security.JADESecurityException
-
- All Implemented Interfaces:
Serializable
public class JADESecurityException extends Exception
TheJADESecurityExceptionis the base class for exceptions thrown for unauthorized access or for authentication failures.- Version:
- $Date$ $Revision$
- Author:
- Jerome Picault - Motorola Labs
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JADESecurityException(String msg)Creates a new JADESecurityException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JADESecurityException
public JADESecurityException(String msg)
Creates a new JADESecurityException.- Parameters:
msg- The message of the exception.
-
-