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

Constructor Index

 o AuthenticationException()
Create a AuthenticationException with an empty message.
 o AuthenticationException(String)
Create a AuthenticationException with given message.

Constructor Detail

 o AuthenticationException
public AuthenticationException()
          Create a AuthenticationException with an empty message.
 o AuthenticationException
public AuthenticationException(java.lang.String m)
          Create a AuthenticationException with given message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index