Package jade.security

Class JADESecurityException

  • All Implemented Interfaces:
    Serializable

    public class JADESecurityException
    extends Exception
    The JADESecurityException is 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 Detail

      • JADESecurityException

        public JADESecurityException​(String msg)
        Creates a new JADESecurityException.
        Parameters:
        msg - The message of the exception.