java.lang
Class UnsupportedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
- All Implemented Interfaces:
- Serializable
public class UnsupportedOperationException
- extends RuntimeException
Thrown to indicate that the requested operation is not supported.
- 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.
- Parameters:
message
- the detail message
Copyright © 2007 Sentilla Corporation. All Rights Reserved.