Class UnauthenticatedSelfServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.platform.utils.SuperException
oracle.iam.selfservice.exception.SelfServiceException
oracle.iam.selfservice.exception.UnauthenticatedSelfServiceException
All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable, OIMGenericExceptionIntf

public class UnauthenticatedSelfServiceException extends SelfServiceException
Thrown if there is any error while submitting a request for an unauthenticated user operation.
See Also:
  • Constructor Details

    • UnauthenticatedSelfServiceException

      public UnauthenticatedSelfServiceException()
      Constructs a UnauthenticatedSelfServiceException with null as its detail message.
    • UnauthenticatedSelfServiceException

      public UnauthenticatedSelfServiceException(String message)
      Constructs a UnauthenticatedSelfServiceException with the specified detail message.
      Parameters:
      message - the detail message
    • UnauthenticatedSelfServiceException

      public UnauthenticatedSelfServiceException(String message, Throwable cause)
      Constructs a UnauthenticatedSelfServiceException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • UnauthenticatedSelfServiceException

      public UnauthenticatedSelfServiceException(Throwable cause)
      Constructs a UnauthenticatedSelfServiceException with the specified cause.
      Parameters:
      cause - the cause
    • UnauthenticatedSelfServiceException

      public UnauthenticatedSelfServiceException(String message, String errorCode, Throwable cause)
      Constructs a UnauthenticatedSelfServiceException with the specified detail message, errorCode and cause.
      Parameters:
      message - the detail message
      errorCode - the error code
      cause - the cause
    • UnauthenticatedSelfServiceException

      public UnauthenticatedSelfServiceException(String message, String errorCode)
      Constructs a UnauthenticatedSelfServiceException with the specified detail message and errorCode.
      Parameters:
      message - the detail message
      errorCode - the error code