OperationNotSupportedException Class
- public class OperationNotSupportedException
extends ApplicationException
Application exception class that will be thrown when an attempt is made
to call a method not supported/implemented by a provider.
-
Hierarchy
-
Object
Throwable
Exception
ApplicationException
OperationNotSupportedException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationNotSupportedException
public OperationNotSupportedException()
OperationNotSupportedException
public OperationNotSupportedException(String
message,
Throwable
t)
- Constructor
OperationNotSupportedException
public OperationNotSupportedException(String
message)
- Constructor
OperationNotSupportedException
public OperationNotSupportedException(Throwable
t)
- Constructor