public class PersonalityConfigException extends RuntimeException
| Constructor and Description |
|---|
PersonalityConfigException()
Creates a new instance of
PersonalityConfigException without detail message. |
PersonalityConfigException(String msg)
Constructs an instance of
PersonalityConfigException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PersonalityConfigException()
PersonalityConfigException without detail message.public PersonalityConfigException(String msg)
PersonalityConfigException with the specified detail message.msg - the detail message.Licenced under the Apache License, Version 2.0