|
||||||||||
| 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
blackboard.platform.RuntimeBbServiceException
public class RuntimeBbServiceException
RuntimeBbServiceException
| Field Summary | |
|---|---|
protected java.lang.Throwable |
_nestedException
Deprecated. Since 9.1SP4. Use Throwable.getCause() instead. |
| Constructor Summary | |
|---|---|
RuntimeBbServiceException(java.lang.String msg)
Constructor |
|
RuntimeBbServiceException(java.lang.String msg,
java.lang.Throwable nestedException)
Constructor |
|
RuntimeBbServiceException(java.lang.Throwable cause)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getNestedException()
Deprecated. Since 9.1SP4. Use Throwable.getCause() instead. |
| 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 |
| Field Detail |
|---|
@Deprecated protected java.lang.Throwable _nestedException
Throwable.getCause() instead.| Constructor Detail |
|---|
public RuntimeBbServiceException(java.lang.String msg)
public RuntimeBbServiceException(java.lang.Throwable cause)
public RuntimeBbServiceException(java.lang.String msg,
java.lang.Throwable nestedException)
| Method Detail |
|---|
@Deprecated public java.lang.Throwable getNestedException()
Throwable.getCause() instead.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||