Class CommonNameGenerationException

All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable, OIMGenericExceptionIntf

public class CommonNameGenerationException extends UserManagerException
See Also:
  • Constructor Details

    • CommonNameGenerationException

      public CommonNameGenerationException(String message, String errorCode)
      Constructs a new super exception with the specified detail message and error code.
      Parameters:
      message - the detail message
      errorCode - Error Code
    • CommonNameGenerationException

      public CommonNameGenerationException(String message, Throwable cause, String errorCode)
      Constructs a new super exception with the specified detail message, cause and error code.
      Parameters:
      message - the detail message
      cause - the cause
      errorCode - Error Code
    • CommonNameGenerationException

      public CommonNameGenerationException(Throwable cause, String errorCode)
      Constructs a new super exception with the specified cause and error code.
      Parameters:
      cause - the cause
      errorCode - Error Code