Class UnsupportedDnException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedDnException
    extends RuntimeException
    author Pascal Knueppel
    created at: 09.12.2019 - 15:26

    This exception is thrown if a DN contains illegal or rather unexpected characters
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedDnException

        public UnsupportedDnException​(String message,
                                      String dn)
      • UnsupportedDnException

        public UnsupportedDnException​(String message,
                                      String dn,
                                      String supportedCharacterSet)
      • UnsupportedDnException

        public UnsupportedDnException​(String message,
                                      String dn,
                                      Throwable cause)
      • UnsupportedDnException

        public UnsupportedDnException​(String message,
                                      String dn,
                                      String supportedCharacterSet,
                                      Throwable cause)