org.omg.CORBA
Class UserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
Direct Known Subclasses:
Bounds, HeuristicCommit, HeuristicHazard, HeuristicMixed, HeuristicRollback, Inactive, InvalidControl, NotPrepared, NoTransaction, NotSubtransaction, PolicyError, SubtransactionsUnavailable, SynchronizationUnavailable, Unavailable, WrongTransaction

public abstract synchronized class UserException
extends java.lang.Exception
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Constructor Summary
protected UserException()
           
protected UserException(java.lang.String)
           
 
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
 

Constructor Detail

UserException

protected UserException()

UserException

protected UserException(java.lang.String)