Class BadAddressException

All Implemented Interfaces:
SWIG_DSAPIConstants, Serializable

public class BadAddressException extends DSAPIException
Thrown when an attempt is made to use a presentation address which is invalid. This typically results from a DS_E_BADADDR at the DSAPI layer
Author:
nh
See Also:
  • Constructor Details

    • BadAddressException

      public BadAddressException(String message, int nativeErrorCode)
    • BadAddressException

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