Package javax.help
Class UnsupportedOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.help.UnsupportedOperationException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedOperationException extends java.lang.RuntimeException
This is a platform-independent stand-in for the java.lang class- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedOperationException()
Constructs an UnsupportedOperationException with no detail message.UnsupportedOperationException(java.lang.String message)
Constructs an UnsupportedOperationException with the specified detail message.
-
-
-
Constructor Detail
-
UnsupportedOperationException
public UnsupportedOperationException()
Constructs an UnsupportedOperationException with no detail message.
-
UnsupportedOperationException
public UnsupportedOperationException(java.lang.String message)
Constructs an UnsupportedOperationException with the specified detail message. A null message is valid.
-
-