org.omg.CORBA
Class PolicyError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--org.omg.CORBA.PolicyError

public final synchronized class PolicyError
extends UserException

See Also:
Serialized Form

Field Summary
 short reason
           
 
Constructor Summary
PolicyError()
           
PolicyError(short)
           
PolicyError(java.lang.String, short)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reason

public short reason
Constructor Detail

PolicyError

public PolicyError()

PolicyError

public PolicyError(java.lang.String,
                   short)

PolicyError

public PolicyError(short)