public class OperationNotSupportedException extends RuntimeException
| Constructor and Description |
|---|
OperationNotSupportedException() |
OperationNotSupportedException(String message) |
OperationNotSupportedException(String message,
Throwable throwable) |
OperationNotSupportedException(Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OperationNotSupportedException()
public OperationNotSupportedException(String message)
public OperationNotSupportedException(String message, Throwable throwable)
public OperationNotSupportedException(Throwable throwable)
Copyright © 2012. All Rights Reserved.