public final class UnsupportedFeatureException
extends java.lang.Exception
Constructor and Description |
---|
UnsupportedFeatureException()
Constructs a new unsupported feature exception with no detail message.
|
UnsupportedFeatureException(java.lang.String message)
Constructs a new unsupported feature exception with the specified detailed message.
|
UnsupportedFeatureException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new unsupported feature exception with the given detailed message and cause.
|
UnsupportedFeatureException(java.lang.Throwable cause)
Constructs a new unsupported feature exception with the given cause.
|
public UnsupportedFeatureException()
public UnsupportedFeatureException(java.lang.String message)
message
- A detailed message indicating the cause of the exceptionpublic UnsupportedFeatureException(java.lang.String message, java.lang.Throwable cause)
message
- A detailed message indicating the cause of the exceptioncause
- The exception that caused this exception to be thrown.public UnsupportedFeatureException(java.lang.Throwable cause)
cause
- The exception that caused this exception to be thrown.