Package com.nt.udc.db

Class UDCSQLException

All Implemented Interfaces:
com.nt.common.exceptions.SMGException, Serializable

public class UDCSQLException extends BulkOpException
See Also:
  • Constructor Details

    • UDCSQLException

      public UDCSQLException()
    • UDCSQLException

      public UDCSQLException(String message)
    • UDCSQLException

      public UDCSQLException(String message, Vector exceptions)
    • UDCSQLException

      public UDCSQLException(String message, String SQLState)
    • UDCSQLException

      public UDCSQLException(String message, String SQLState, int vendorCode)
  • Method Details

    • getErrorCode

      public int getErrorCode()
    • getSQLState

      public String getSQLState()