Class BadAttributeTypeException

All Implemented Interfaces:
SWIG_DSAPIConstants, Serializable
Direct Known Subclasses:
UnexpectedMultiValuedAttributeException

public class BadAttributeTypeException extends DSAPIException
An exception thrown as a result of an attempt to use an invalid attribute type.
See Also:
  • Constructor Details

    • BadAttributeTypeException

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

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