Class BadEntryException

  • All Implemented Interfaces:
    SWIG_DSAPIConstants, java.io.Serializable

    public class BadEntryException
    extends DSAPIException
    A class representing an exception which can be thrown as a result of an attempt to use an entry which is invalid for some reason, for some particular purpose.
    See Also:
    Serialized Form
    • Constructor Detail

      • BadEntryException

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

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