Class RequestAlreadyClosedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.request.exception.RequestAlreadyClosedException
All Implemented Interfaces:
Serializable

public class RequestAlreadyClosedException extends OIMServiceException
This exception is thrown if request is already closed or withdrawn
Author:
aarepura
See Also:
  • Constructor Details

    • RequestAlreadyClosedException

      public RequestAlreadyClosedException(String errorCode, String errorMessage, Serializable[] errorParams)
    • RequestAlreadyClosedException

      public RequestAlreadyClosedException(Exception e)
    • RequestAlreadyClosedException

      public RequestAlreadyClosedException(String string)
    • RequestAlreadyClosedException

      public RequestAlreadyClosedException(String string, Exception cnfe)