Class NoSuchEntityException

All Implemented Interfaces:
Serializable, Cloneable

public final class NoSuchEntityException extends OIMServiceException implements Cloneable
See Also:
  • Constructor Details

    • NoSuchEntityException

      public NoSuchEntityException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e)
      Constructs a new NoSuchEntityException 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
    • NoSuchEntityException

      public NoSuchEntityException(String errorCode, String errorMessage, Serializable[] errorData)
      Constructs a new NoSuchEntityException 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