All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.util.collections.UnsupportedOperationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----com.sun.java.util.collections.UnsupportedOperationException

public class UnsupportedOperationException
extends RuntimeException
Thrown to indicate that the requested operation is not supported.


Constructor Index

 o UnsupportedOperationException()
Constructs an UnsupportedOperationException with no detail message.
 o UnsupportedOperationException(String)
Constructs an UnsupportedOperationException with the specified detail message.

Constructors

 o UnsupportedOperationException
 public UnsupportedOperationException()
Constructs an UnsupportedOperationException with no detail message.

 o UnsupportedOperationException
 public UnsupportedOperationException(String message)
Constructs an UnsupportedOperationException with the specified detail message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index