Class CatalogRunTimeException

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

public class CatalogRunTimeException extends SuperRuntimeException
See Also:
  • Constructor Details

    • CatalogRunTimeException

      public CatalogRunTimeException(Throwable e)
    • CatalogRunTimeException

      public CatalogRunTimeException(String message, Throwable e)
    • CatalogRunTimeException

      public CatalogRunTimeException(String message, String errorCode)
      Constructs a UserCreateException with the specified detail message and error code.
      Parameters:
      message - the detail message
      errorCode - Error Code
    • CatalogRunTimeException

      public CatalogRunTimeException(String message, Throwable throwable, String errorCode)
      Constructs a UserCreateException with the specified detail message, cause and error code.
      Parameters:
      message - the detail message
      throwable - the cause
      errorCode - Error Code
    • CatalogRunTimeException

      public CatalogRunTimeException(String message, String errorCode, Serializable[] errorData)