public class NotSupportedException extends CacheException
Constructor and Description |
---|
NotSupportedException()
Constructs an
OperationFailedException with null
as its error detail message. |
NotSupportedException(java.lang.String s)
Constructs an
OperationFailedException with the specified detail
message. |
public NotSupportedException()
OperationFailedException
with null
as its error detail message.public NotSupportedException(java.lang.String s)
OperationFailedException
with the specified detail
message. The error message string s
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.s
- the detail message.