public class OperationNotSupportedException extends RuntimeException
| Constructor and Description |
|---|
OperationNotSupportedException() |
OperationNotSupportedException(String message) |
OperationNotSupportedException(String message,
Throwable cause) |
OperationNotSupportedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OperationNotSupportedException()
public OperationNotSupportedException(String message, Throwable cause)
public OperationNotSupportedException(String message)
public OperationNotSupportedException(Throwable cause)
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.