|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.rioproject.opstring.OARException
public class OARException
This exception is thrown during processing of an OAR.
| Constructor Summary | |
|---|---|
OARException()
Constructs an OARException with no detail message. |
|
OARException(String reason)
Constructs an OARException with the specified detail message. |
|
OARException(String s,
Throwable cause)
Constructs an OARException with the specified
detail message and optional exception that was raised while instantiating
the JSB |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 OARException(String s,
Throwable cause)
OARException with the specified
detail message and optional exception that was raised while instantiating
the JSB
s - the detail messagecause - the exception that was raised while instantiating the JSBpublic OARException(String reason)
reason - The reason for the exceptionpublic OARException()
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||