Package stanford.netdb.exceptions
Class Authentication_Required
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- stanford.netdb.exceptions.Authentication_Required
-
- All Implemented Interfaces:
java.io.Serializable
public class Authentication_Required extends java.lang.ExceptionThis exception is thrown by the MCP when it's being used without the authentication step having been completed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Authentication_Required()Authentication_Required(java.lang.String message)Authentication_Required(java.lang.String message, java.lang.Throwable cause)Authentication_Required(java.lang.Throwable cause)
-
-
-
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)
-
-