Class ObjectAlreadyDisabledException

All Implemented Interfaces:
Serializable

public final class ObjectAlreadyDisabledException extends GenericProvisioningException
See Also:
  • Constructor Details

    • ObjectAlreadyDisabledException

      public ObjectAlreadyDisabledException(String errorCode, String errorMessage, Serializable[] errorData)
      Constructs a new ObjectAlreadyDisabledException with the errorCode, errorMessage and errorData
      Parameters:
      errorCode - - Code for the error
      errorMessage - - Message for the error
      errorData - - A Serializable array with data for the error
    • ObjectAlreadyDisabledException

      public ObjectAlreadyDisabledException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e)
      Constructs a new ObjectAlreadyDisabledException with the errorCode, errorMessage, errorData and Throwable.
      Parameters:
      errorCode - - Code for the error
      errorMessage - - Message for the error
      errorData - - A Serializable array with data for the error
      e - - Exception
    • ObjectAlreadyDisabledException

      public ObjectAlreadyDisabledException(Throwable cause)
      Constructs a new super exception with the specified cause.
      Parameters:
      cause - the cause
    • ObjectAlreadyDisabledException

      public ObjectAlreadyDisabledException(String string)