|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omg.CORBA.SystemException
org.apache.orb.ORBRuntimeException
public class ORBRuntimeException
General exception thrown by the ORB implementation signalling an internal error together with causal information.
| 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 |
|---|
public ORBRuntimeException()
public ORBRuntimeException(java.lang.Throwable throwable)
throwable - the causal exceptionpublic ORBRuntimeException(java.lang.String message)
message - exception message
public ORBRuntimeException(java.lang.String message,
java.lang.Throwable throwable)
message - exception messagethrowable - the causal exception
public ORBRuntimeException(int minor,
org.omg.CORBA.CompletionStatus status)
minor - minor codestatus - completion status
public ORBRuntimeException(int minor,
org.omg.CORBA.CompletionStatus status,
java.lang.Throwable throwable)
minor - minor codestatus - completion statusthrowable - causal exception
public ORBRuntimeException(java.lang.String message,
int minor,
org.omg.CORBA.CompletionStatus status)
message - exception messageminor - minor codestatus - completion status
public 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| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in interface org.apache.avalon.framework.CascadingThrowablegetCause in class java.lang.Throwable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||