Class BadSecurityHandlerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BadSecurityHandlerException
    extends java.lang.Exception
    This exception can be thrown by the SecurityHandlersManager class when a document required an unimplemented security handler to be opened.
    Version:
    $Revision: 1.2 $
    Author:
    Benoit Guillon (benoit.guillon@snv.jussieu.fr)
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BadSecurityHandlerException

        public BadSecurityHandlerException()
        Default Constructor.
      • BadSecurityHandlerException

        public BadSecurityHandlerException​(java.lang.Exception e)
        Constructor.
        Parameters:
        e - A sub exception.
      • BadSecurityHandlerException

        public BadSecurityHandlerException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - Message describing exception.