Class UnsupportedDnException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.captaingoldfish.scim.sdk.client.exceptions.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 Summary
Constructors Constructor Description UnsupportedDnException(String message, String dn)UnsupportedDnException(String message, String dn, String supportedCharacterSet)UnsupportedDnException(String message, String dn, String supportedCharacterSet, Throwable cause)UnsupportedDnException(String message, String dn, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-