Class IncorrectVersionException

All Implemented Interfaces:
SWIG_DSAPIConstants, Serializable

public class IncorrectVersionException extends DSAPIException
Incorrect version exception if DSA version is not as expected.
Since:
15.0
Author:
mv
See Also:
  • Constructor Details

    • IncorrectVersionException

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

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