Class StringPrep.StringPrepProhibitedCharacter
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.activemq.artemis.spi.core.security.scram.StringPrep.StringPrepError
-
- org.apache.activemq.artemis.spi.core.security.scram.StringPrep.StringPrepProhibitedCharacter
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StringPrep.StringPrepUnassignedCodepoint
- Enclosing class:
- StringPrep
public static class StringPrep.StringPrepProhibitedCharacter extends StringPrep.StringPrepError
A prohibited character was detected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StringPrepProhibitedCharacter(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StringPrepProhibitedCharacter
protected StringPrepProhibitedCharacter(String s)
-
-