Class NorthbounderException

    • Constructor Detail

      • NorthbounderException

        public NorthbounderException​(Throwable t)
        Instantiates a new northbounder exception.
        Parameters:
        t - the throwable
      • NorthbounderException

        public NorthbounderException​(String message)
        Instantiates a new northbounder exception.
        Parameters:
        message - the message
      • NorthbounderException

        public NorthbounderException​(String message,
                                     Throwable t)
        Instantiates a new northbounder exception.
        Parameters:
        message - the message
        t - the t