org.tfe.core.AlertServerPackage
Class AuthenticationFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--org.tfe.core.AlertServerPackage.AuthenticationFailedException
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class AuthenticationFailedException
extends org.omg.CORBA.UserException

org/tfe/core/AlertServerPackage/AuthenticationFailedException.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from E:/IDEA-1.1/src/org/tfe/core.idl Tuesday, September 2, 2003 12:13:48 AM EDT

See Also:
Serialized Form

Field Summary
 java.lang.String message
           
 
Constructor Summary
AuthenticationFailedException()
           
AuthenticationFailedException(java.lang.String _message)
           
AuthenticationFailedException(java.lang.String $reason, java.lang.String _message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

public java.lang.String message
Constructor Detail

AuthenticationFailedException

public AuthenticationFailedException()

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String _message)

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String $reason,
                                     java.lang.String _message)