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
-
UnsupportedOperationException()
- Constructs an UnsupportedOperationException with no detail message.
-
UnsupportedOperationException(String)
- Constructs an UnsupportedOperationException with the specified
detail message.
UnsupportedOperationException
public UnsupportedOperationException()
- Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException
public UnsupportedOperationException(String message)
- Constructs an UnsupportedOperationException with the specified
detail message.
All Packages Class Hierarchy This Package Previous Next Index