Class GetException

  • All Implemented Interfaces:
    Serializable

    public class GetException
    extends SearchBaseException
    Thrown to indicate that a search service failure occurred while performing a request to get requested objects.
    See Also:
    Serialized Form
    • Constructor Detail

      • GetException

        public GetException​(String message)
        Constructs an exception when some error occurred in the search service when processing a request to get objects.
        Parameters:
        message - the error detail associated with the failure
      • GetException

        public GetException​(OperationResult operationResult)
        Constructs an exception when some error occurred in the search service when processing a request to get objects.
        Parameters:
        operationResult - the error code and message detail associated with the failure