Documentation of 'org.apache.derby.iapi.error.PublicAPI' Java class
PublicAPI
org.apache.derby.iapi.error

Class PublicAPI



  • public class PublicAPI
    extends java.lang.Object
    Class that wraps StandardExceptions in a SQLException. This is used to make any public API methods always throw SQLException rather than a random collection.
    • Constructor Summary

      Constructors 
      Constructor and Description
      PublicAPI() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.sql.SQLException wrapStandardException(StandardException se)
      Generates a SQLException for signalling that the operation failed due to a database error.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PublicAPI

        public PublicAPI()
    • Method Detail

      • wrapStandardException

        public static java.sql.SQLException wrapStandardException(StandardException se)
        Generates a SQLException for signalling that the operation failed due to a database error.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.