public class ConfigNotSupportedException
extends java.lang.Exception
| Constructor and Description |
|---|
ConfigNotSupportedException()
Construct the exception with no details.
|
ConfigNotSupportedException(java.lang.String message)
Construct the exception with a
String message. |
ConfigNotSupportedException(java.lang.String message,
java.lang.Throwable cause)
Construct the exception with a
String message and a Throwable cause. |
ConfigNotSupportedException(java.lang.Throwable cause)
Construct the exception with a
Throwable cause. |
public ConfigNotSupportedException()
public ConfigNotSupportedException(@Nonnull
java.lang.String message)
String message.message - the messagepublic ConfigNotSupportedException(@Nonnull
java.lang.String message,
@Nonnull
java.lang.Throwable cause)
String message and a Throwable cause.message - the messagecause - the causepublic ConfigNotSupportedException(@Nonnull
java.lang.Throwable cause)
Throwable cause.cause - the cause