Skip navigation links


oracle.iam.request.exception
Class RequestAlreadyClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.exception.OIMServiceException
              extended by oracle.iam.request.exception.RequestAlreadyClosedException

All Implemented Interfaces:
java.io.Serializable

public class RequestAlreadyClosedException
extends OIMServiceException

This exception is thrown if request is already closed or withdrawn

See Also:
Serialized Form

Constructor Summary
RequestAlreadyClosedException(java.lang.Exception e)
           
RequestAlreadyClosedException(java.lang.String string)
           
RequestAlreadyClosedException(java.lang.String string, java.lang.Exception cnfe)
           
RequestAlreadyClosedException(java.lang.String errorCode, java.lang.String errorMessage, java.io.Serializable[] errorParams)
           

 

Method Summary

 

Methods inherited from class oracle.iam.exception.OIMServiceException
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

RequestAlreadyClosedException

public RequestAlreadyClosedException(java.lang.String errorCode,
                                     java.lang.String errorMessage,
                                     java.io.Serializable[] errorParams)

RequestAlreadyClosedException

public RequestAlreadyClosedException(java.lang.Exception e)

RequestAlreadyClosedException

public RequestAlreadyClosedException(java.lang.String string)

RequestAlreadyClosedException

public RequestAlreadyClosedException(java.lang.String string,
                                     java.lang.Exception cnfe)

Skip navigation links


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