Class OperationFailedException

All Implemented Interfaces:
SWIG_DSAPIConstants, Serializable

public class OperationFailedException extends DSAPIException
A class representing an exception which can be thrown as a result of a local requested operation failing.
See Also:
  • Constructor Details

    • OperationFailedException

      public OperationFailedException(String message, int nativeErrorCode)
      Constructs a new OperationFailedException with the specified message and error code
      Parameters:
      message - gives extra detail about the specific exception.
      nativeErrorCode - a value as returned from underlying native code which may be useful in determining the cause of the problem.
    • OperationFailedException

      public OperationFailedException(String message)
      Constructs a new OperationFailedException with the specified message.
      Parameters:
      message - gives extra detail about the specific exception.