Class AuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class AuthenticationException
    extends CrafterException
    Thrown to indicate that authentication wasn't possible with the content store.
    Author:
    Sumer Jabri, Alfonso Vásquez
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationException

        public AuthenticationException()
      • AuthenticationException

        public AuthenticationException​(String message,
                                       Throwable cause)
      • AuthenticationException

        public AuthenticationException​(String message)
      • AuthenticationException

        public AuthenticationException​(Throwable cause)