Class ijFatalException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ijFatalException
    extends java.lang.RuntimeException
    Used for fatal IJ exceptions
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.sql.SQLException e  
      private static java.lang.String FatalException  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSQLState()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

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

      • FatalException

        private static final java.lang.String FatalException
      • e

        private java.sql.SQLException e
    • Constructor Detail

      • ijFatalException

        public ijFatalException()
      • ijFatalException

        public ijFatalException​(java.sql.SQLException e)
    • Method Detail

      • getSQLState

        public java.lang.String getSQLState()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable