Class Authentication_Required

  • All Implemented Interfaces:
    java.io.Serializable

    public class Authentication_Required
    extends java.lang.Exception
    This exception is thrown by the MCP when it's being used without the authentication step having been completed.
    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

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

      • Authentication_Required

        public Authentication_Required()
      • Authentication_Required

        public Authentication_Required​(java.lang.String message)
      • Authentication_Required

        public Authentication_Required​(java.lang.String message,
                                       java.lang.Throwable cause)
      • Authentication_Required

        public Authentication_Required​(java.lang.Throwable cause)