Utils Class

DEPRECATED

com.bea.p13n.content.document.jdbc
Utils Class

public class Utils

    extends Object

A class of utility methods for the JDBC driver.


Hierarchy
Object
  Utils

Constructor Summary

Utils()

 

Method Summary

public static SQLException
convert(DocumentException ex)
Return a SQLException for the specified DocumentException.
public static Object
notSupported()
Thrown an exception saying something isn't supported.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

Utils

public Utils()
 

Method Detail

convert(DocumentException) Method

public static SQLException convert(DocumentException ex)
Return a SQLException for the specified DocumentException.


notSupported() Method

public static Object notSupported()
throws SQLException
Thrown an exception saying something isn't supported.

Returns

nothing.

Exceptions

SQLException