Class SQLRuntimeException

    • Constructor Detail

      • SQLRuntimeException

        public SQLRuntimeException()
        Constructs a new instance.
      • SQLRuntimeException

        public SQLRuntimeException​(String message,
                                   Throwable cause,
                                   boolean enableSuppression,
                                   boolean writableStackTrace)
        Constructs a new instance.
        Parameters:
        message -
        cause -
        enableSuppression -
        writableStackTrace -
      • SQLRuntimeException

        public SQLRuntimeException​(String message,
                                   Throwable cause)
        Constructs a new instance.
        Parameters:
        message -
        cause -
      • SQLRuntimeException

        public SQLRuntimeException​(String message)
        Constructs a new instance.
        Parameters:
        message -
      • SQLRuntimeException

        public SQLRuntimeException​(Throwable cause)
        Constructs a new instance.
        Parameters:
        cause -