Class SignedOpFailedException

All Implemented Interfaces:
SWIG_DSAPIConstants, Serializable

public class SignedOpFailedException extends DSAPIException
Thrown when a signed operation fails.
Author:
nh
See Also:
  • Constructor Details

    • SignedOpFailedException

      public SignedOpFailedException(String message, int nativeErrorCode)
      Constructs a new SignedOpFailedException 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.
    • SignedOpFailedException

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