public class ORBRuntimeException
extends org.omg.CORBA.SystemException
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Gets the cause attribute of the ORBRuntimeException object
|
public ORBRuntimeException()
public ORBRuntimeException(java.lang.Throwable throwable)
throwable - the causal exceptionpublic ORBRuntimeException(java.lang.String message)
message - exception messagepublic ORBRuntimeException(java.lang.String message,
java.lang.Throwable throwable)
message - exception messagethrowable - the causal exceptionpublic ORBRuntimeException(int minor,
org.omg.CORBA.CompletionStatus status)
minor - minor codestatus - completion statuspublic ORBRuntimeException(int minor,
org.omg.CORBA.CompletionStatus status,
java.lang.Throwable throwable)
minor - minor codestatus - completion statusthrowable - causal exceptionpublic ORBRuntimeException(java.lang.String message,
int minor,
org.omg.CORBA.CompletionStatus status)
message - exception messageminor - minor codestatus - completion statuspublic ORBRuntimeException(java.lang.String message,
int minor,
org.omg.CORBA.CompletionStatus status,
java.lang.Throwable throwable)
message - exception messageminor - minor codestatus - completion statusthrowable - causal exception