com.ibm.security12.java.lang
Class UnsupportedOperationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.ibm.security12.java.lang.UnsupportedOperationException
- public class UnsupportedOperationException
- extends RuntimeException
Thrown to indicate that the requested operation is not supported.
- Since:
- JDK1.2
- Version:
- 1.6 06/26/98
- Author:
- Josh Bloch
- See Also:
- Serialized Form
UnsupportedOperationException
public UnsupportedOperationException()
- Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException
public UnsupportedOperationException(String message)
- Constructs an UnsupportedOperationException with the specified
detail message.