Class BadAddressException

  • All Implemented Interfaces:
    SWIG_DSAPIConstants, java.io.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:
    Serialized Form
    • Constructor Detail

      • BadAddressException

        public BadAddressException​(java.lang.String message,
                                   int nativeErrorCode)
      • BadAddressException

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