Skip navigation links
oracle.security.idaas.rest.provider.common.exception
Class RESTMisconfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.security.idaas.common.util.OICRTException
oracle.security.idaas.rest.provider.common.exception.RESTMisconfigurationException
- All Implemented Interfaces:
- java.io.Serializable, oracle.security.idaas.common.util.OICException
-
public class RESTMisconfigurationException
- extends oracle.security.idaas.common.util.OICRTException
- See Also:
- Serialized Form
Methods inherited from class oracle.security.idaas.common.util.OICRTException |
getErrorCode |
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 |
Methods inherited from interface oracle.security.idaas.common.util.OICException |
getCause, getMessage |
RESTMisconfigurationException
public RESTMisconfigurationException()
- Constructs a new exception
RESTMisconfigurationException
public RESTMisconfigurationException(java.lang.String msg)
- Constructs a new exception with the specified message ID for the current locale
- Parameters:
msg
-
RESTMisconfigurationException
public RESTMisconfigurationException(java.lang.Throwable cause)
- Construct a new exception with the specified cause
- Parameters:
cause
- - exception cause
RESTMisconfigurationException
public RESTMisconfigurationException(java.lang.String msg,
java.lang.Throwable cause)
- Construct a new exception with the specified messageID and cause
- Parameters:
msg
-
cause
- - exception cause
RESTMisconfigurationException
public RESTMisconfigurationException(java.lang.String message,
java.lang.String errorCode)
Skip navigation links