All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class au.net.aba.lang.UnsupportedOperationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----au.net.aba.lang.UnsupportedOperationException

public class UnsupportedOperationException
extends RuntimeException

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