public class OperationNotSupportedException extends Exception
Constructor and Description |
---|
OperationNotSupportedException()
Crea una nueva OperationNotSupportedException.
|
OperationNotSupportedException(String message)
DOCUMENT ME!
|
OperationNotSupportedException(String message,
Throwable cause)
DOCUMENT ME!
|
OperationNotSupportedException(Throwable cause)
DOCUMENT ME!
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OperationNotSupportedException()
public OperationNotSupportedException(String message)
message
- public OperationNotSupportedException(String message, Throwable cause)
message
- cause
- public OperationNotSupportedException(Throwable cause)
cause
-