Class AbortedException

    • Constructor Detail

      • AbortedException

        public AbortedException​(java.lang.String message)
        Parameters:
        message - the exception message
      • AbortedException

        public AbortedException​(java.lang.Throwable cause)
        Parameters:
        cause - the cause of the exception
      • AbortedException

        public AbortedException​(java.lang.String message,
                                java.lang.Throwable cause)
        Parameters:
        message - the exception message
        cause - the cause of the exception