Class CancelException

    • Constructor Detail

      • CancelException

        public CancelException()
        for serialization
      • CancelException

        public CancelException​(String message)
        Create instance with given message
        Parameters:
        message - the message
      • CancelException

        public CancelException​(String message,
                               Throwable cause)
        Create instance with given message and cause
        Parameters:
        message - the message
        cause - the cause
      • CancelException

        public CancelException​(Throwable cause)
        Create instance with empty message and given cause
        Parameters:
        cause - the cause