All Packages Class Hierarchy This Package Previous Next Index
Class COM.Lexical.Metaphrase.AuthenticationException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----COM.Lexical.Metaphrase.MetaphraseException
|
+----COM.Lexical.Metaphrase.MetaphraseFatalException
|
+----COM.Lexical.Metaphrase.AuthenticationException
- public class AuthenticationException
- extends MetaphraseFatalException
Thrown if server authentication fails.
- Version:
- Authority1.1, 11 Apr 2000
AuthenticationException()
- Create a AuthenticationException with an empty message.
AuthenticationException(String)
- Create a AuthenticationException with given message.
AuthenticationException
public AuthenticationException()
Create a AuthenticationException with an empty message.
AuthenticationException
public AuthenticationException(java.lang.String m)
Create a AuthenticationException with given message.
All Packages Class Hierarchy This Package Previous Next Index