org.apache.orb
Class ORBRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.omg.CORBA.SystemException
                  extended byorg.apache.orb.ORBRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ORBRuntimeException
extends org.omg.CORBA.SystemException

General exception thrown by the ORB implementation signalling an internal error together with causal information.

Author:
Stephen McConnell mcconnell@apache.org
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.omg.CORBA.SystemException
completed, minor
 
Constructor Summary
ORBRuntimeException()
          Constructor for the ORBRuntimeException
ORBRuntimeException(int minor, org.omg.CORBA.CompletionStatus status)
          Constructor for the ORBRuntimeException object
ORBRuntimeException(int minor, org.omg.CORBA.CompletionStatus status, java.lang.Throwable throwable)
          Constructor for the PersistenceException object
ORBRuntimeException(java.lang.String message)
          Constructor for the ORBRuntimeException object
ORBRuntimeException(java.lang.String message, int minor, org.omg.CORBA.CompletionStatus status)
          Constructor for the ORBRuntimeException object
ORBRuntimeException(java.lang.String message, int minor, org.omg.CORBA.CompletionStatus status, java.lang.Throwable throwable)
          Constructor for the ORBRuntimeException object
ORBRuntimeException(java.lang.String message, java.lang.Throwable throwable)
          Constructor for the ORBRuntimeException object
ORBRuntimeException(java.lang.Throwable throwable)
          Constructor for the ORBRuntimeException
 
Method Summary
 java.lang.Throwable getCause()
          Gets the cause attribute of the ORBRuntimeException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ORBRuntimeException

public ORBRuntimeException()
Constructor for the ORBRuntimeException


ORBRuntimeException

public ORBRuntimeException(java.lang.Throwable throwable)
Constructor for the ORBRuntimeException

Parameters:
throwable - the causal exception

ORBRuntimeException

public ORBRuntimeException(java.lang.String message)
Constructor for the ORBRuntimeException object

Parameters:
message - exception message

ORBRuntimeException

public ORBRuntimeException(java.lang.String message,
                           java.lang.Throwable throwable)
Constructor for the ORBRuntimeException object

Parameters:
message - exception message
throwable - the causal exception

ORBRuntimeException

public ORBRuntimeException(int minor,
                           org.omg.CORBA.CompletionStatus status)
Constructor for the ORBRuntimeException object

Parameters:
minor - minor code
status - completion status

ORBRuntimeException

public ORBRuntimeException(int minor,
                           org.omg.CORBA.CompletionStatus status,
                           java.lang.Throwable throwable)
Constructor for the PersistenceException object

Parameters:
minor - minor code
status - completion status
throwable - causal exception

ORBRuntimeException

public ORBRuntimeException(java.lang.String message,
                           int minor,
                           org.omg.CORBA.CompletionStatus status)
Constructor for the ORBRuntimeException object

Parameters:
message - exception message
minor - minor code
status - completion status

ORBRuntimeException

public ORBRuntimeException(java.lang.String message,
                           int minor,
                           org.omg.CORBA.CompletionStatus status,
                           java.lang.Throwable throwable)
Constructor for the ORBRuntimeException object

Parameters:
message - exception message
minor - minor code
status - completion status
throwable - causal exception
Method Detail

getCause

public java.lang.Throwable getCause()
Gets the cause attribute of the ORBRuntimeException object

Returns:
Throwable The cause value