Class TunnelException

    • Constructor Detail

      • TunnelException

        public TunnelException​(String message)
        Constructor of TunnelException.
        Parameters:
        message - the detail message, cannot be null
      • TunnelException

        public TunnelException​(Throwable cause)
        Constructor of TunnelException.
        Parameters:
        cause - the cause exception, cannot be null
      • TunnelException

        public TunnelException​(String message,
                               Throwable cause)
        Constructor of TunnelException.
        Parameters:
        message - the detail message, cannot be null
        cause - the cause exception, cannot be null