Class AttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.keycloak.client.registration.cli.util.AttributeException
-
- All Implemented Interfaces:
Serializable
public class AttributeException extends RuntimeException
- Author:
- Marko Strukelj
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeException(String attrName, String message)AttributeException(String attrName, String message, Throwable th)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributeName()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-