org.omg.CORBA
Class UNKNOWN

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.omg.CORBA.SystemException
                          |
                          +--org.omg.CORBA.UNKNOWN
All Implemented Interfaces:
org.apache.avalon.framework.CascadingThrowable, java.io.Serializable

public class UNKNOWN
extends SystemException

This exception is raised if an operation implementation throws a non-CORBA exception (such as an exception specific to the implementation's programming language), or if an operation raises a user exception that does not appear in the operation's raises expression. UNKNOWN is also raised if the server returns a system exception that is unknown to the client. (This can happen if the server uses a later version of CORBA than the client and new system exceptions have been added to the later version.)

See Also:
Serialized Form

Fields inherited from class org.omg.CORBA.SystemException
completed, minor
 
Constructor Summary
UNKNOWN()
           
UNKNOWN(int minor, CompletionStatus completed)
           
UNKNOWN(java.lang.String orb_reason)
           
UNKNOWN(java.lang.String orb_reason, int minor, CompletionStatus completed)
           
 
Methods inherited from class org.omg.CORBA.SystemException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UNKNOWN

public UNKNOWN()

UNKNOWN

public UNKNOWN(java.lang.String orb_reason)

UNKNOWN

public UNKNOWN(int minor,
               CompletionStatus completed)

UNKNOWN

public UNKNOWN(java.lang.String orb_reason,
               int minor,
               CompletionStatus completed)