org.omg.CORBA
Class UserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
All Implemented Interfaces:
Serializable, IDLEntity
Direct Known Subclasses:
BadKind, Bounds, Bounds, InconsistentTypeCode, InvalidName, UnknownUserException, WrongTransaction

public abstract class UserException
extends Exception
implements IDLEntity

See Also:
Serialized Form

Constructor Summary
UserException()
           
UserException(String value)
           
 
Method Summary
 
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
 

Constructor Detail

UserException

public UserException()

UserException

public UserException(String value)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.