Class SqlWrapper

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kz.greetgo.security.crypto.errors.SqlWrapper
All Implemented Interfaces:
java.io.Serializable

public class SqlWrapper
extends java.lang.RuntimeException
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String sqlState  
  • Constructor Summary

    Constructors 
    Constructor Description
    SqlWrapper​(java.sql.SQLException e)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • sqlState

      public java.lang.String sqlState
  • Constructor Details

    • SqlWrapper

      public SqlWrapper​(java.sql.SQLException e)