Class NorthbounderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NorthbounderException
    extends java.lang.RuntimeException
    North bound Interface API Exception

    Intention is to wrap all throwables as a Runtime Exception.

    Author:
    David Hustace
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NorthbounderException​(java.lang.String message)
      Instantiates a new northbounder exception.
      NorthbounderException​(java.lang.String message, java.lang.Throwable t)
      Instantiates a new northbounder exception.
      NorthbounderException​(java.lang.Throwable t)
      Instantiates a new northbounder exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NorthbounderException

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

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

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