|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.omg.CORBA.SystemException | +--org.apache.orb.ORBRuntimeException
General exception thrown by the ORB implementation signalling an internal error together with causal information.
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, printStackTrace, printStackTrace, printStackTrace, 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 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 exceptionMethod Detail |
public java.lang.Throwable getCause()
getCause
in interface org.apache.avalon.framework.CascadingThrowable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |