Class AuthenticationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AuthenticationException
    extends java.lang.Exception
    Authentication exception thrown when a user cannot authenticated during connect or is not granted to access/create a specific resource.
    Author:
    IIT Software GmbH, Bremen/Germany, (c) 2011, All Rights Reserved
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthenticationException​(java.lang.String s)
      Constructs an Authentication exception.
    • 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

      • AuthenticationException

        public AuthenticationException​(java.lang.String s)
        Constructs an Authentication exception.
        Parameters:
        s - exception message