com.sybase.jdbc2.utils
Class UnimplementedOperationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.UnsupportedOperationException
                          |
                          +--com.sybase.jdbc2.utils.UnimplementedOperationException

public class UnimplementedOperationException
extends UnsupportedOperationException


Constructor Summary
UnimplementedOperationException(java.lang.String )
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Constructor Detail

UnimplementedOperationException

public UnimplementedOperationException(java.lang.String )