public class UnsupportedOptionException extends IllegalArgumentException
Configurable.| Constructor and Description | 
|---|
UnsupportedOptionException()
Construct a  
UnsupportedOptionException instance. | 
UnsupportedOptionException(String message)
Construct a  
UnsupportedOptionException instance with the given message. | 
UnsupportedOptionException(String message,
                          Throwable cause)
Construct a  
UnsupportedOptionException instance with the given message and cause. | 
UnsupportedOptionException(Throwable cause)
Construct a  
UnsupportedOptionException instance with the given cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedOptionException()
UnsupportedOptionException instance.public UnsupportedOptionException(String message)
UnsupportedOptionException instance with the given message.message - the messagepublic UnsupportedOptionException(String message, Throwable cause)
UnsupportedOptionException instance with the given message and cause.message - the messagecause - the causepublic UnsupportedOptionException(Throwable cause)
UnsupportedOptionException instance with the given cause.cause - the causeCopyright © 2018 JBoss by Red Hat. All rights reserved.