|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.oimupgrade.standalone.exception.UpgradeException
public class UpgradeException
| Field Summary | |
|---|---|
java.lang.Throwable |
detail |
| Constructor Summary | |
|---|---|
UpgradeException(java.lang.String msg)Constructor with a detailed message. |
|
UpgradeException(java.lang.String msg, java.lang.Throwable detail)Constructor with a detailed message and an exception. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()Get cause of this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Throwable detail
| Constructor Detail |
|---|
public UpgradeException(java.lang.String msg)
msg - detailed message
public UpgradeException(java.lang.String msg,
java.lang.Throwable detail)
msg - detailed messagedetail - exception| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||