Class ObjectNotFoundException

All Implemented Interfaces:
Serializable

public final class ObjectNotFoundException extends OIMServiceException
ObjectNotFoundException is thrown if the specified object or object instance is not found.
Version:
$Revision: /main/5 $
Author:
Evandanapu
See Also:
  • Constructor Details

    • ObjectNotFoundException

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

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