public class UnsupportedOptionException
extends java.lang.IllegalArgumentException
Configurable
.Constructor and Description |
---|
UnsupportedOptionException()
Construct a
UnsupportedOptionException instance. |
UnsupportedOptionException(java.lang.String message)
Construct a
UnsupportedOptionException instance with the given message. |
UnsupportedOptionException(java.lang.String message,
java.lang.Throwable cause)
Construct a
UnsupportedOptionException instance with the given message and cause. |
UnsupportedOptionException(java.lang.Throwable cause)
Construct a
UnsupportedOptionException instance with the given cause. |
public UnsupportedOptionException()
UnsupportedOptionException
instance.public UnsupportedOptionException(java.lang.String message)
UnsupportedOptionException
instance with the given message.message
- the messagepublic UnsupportedOptionException(java.lang.String message, java.lang.Throwable cause)
UnsupportedOptionException
instance with the given message and cause.message
- the messagecause
- the causepublic UnsupportedOptionException(java.lang.Throwable cause)
UnsupportedOptionException
instance with the given cause.cause
- the causeCopyright © 2016 JBoss, a division of Red Hat, Inc.