org.tfe.core.AlertServerPackage
Class NotAuthorizedException

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

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

org/tfe/core/AlertServerPackage/NotAuthorizedException.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
NotAuthorizedException()
           
NotAuthorizedException(java.lang.String _message)
           
NotAuthorizedException(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

NotAuthorizedException

public NotAuthorizedException()

NotAuthorizedException

public NotAuthorizedException(java.lang.String _message)

NotAuthorizedException

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