Skip navigation links


oracle.iam.oimupgrade.standalone.exception
Class UpgradeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.oimupgrade.standalone.exception.UpgradeException

All Implemented Interfaces:
java.io.Serializable

public class UpgradeException
extends java.lang.Exception
See Also:
Serialized Form

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

detail

public java.lang.Throwable detail

Constructor Detail

UpgradeException

public UpgradeException(java.lang.String msg)
Constructor with a detailed message.
Parameters:
msg - detailed message

UpgradeException

public UpgradeException(java.lang.String msg,
                        java.lang.Throwable detail)
Constructor with a detailed message and an exception.
Parameters:
msg - detailed message
detail - exception

Method Detail

getCause

public java.lang.Throwable getCause()
Get cause of this exception.
Overrides:
getCause in class java.lang.Throwable
Returns:
Throwable cause exception

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.