public class NorthbounderException extends RuntimeException
Intention is to wrap all throwables as a Runtime Exception.
| Constructor and Description | 
|---|
NorthbounderException(String message)
Instantiates a new northbounder exception. 
 | 
NorthbounderException(String message,
                     Throwable t)
Instantiates a new northbounder exception. 
 | 
NorthbounderException(Throwable t)
Instantiates a new northbounder exception. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All rights reserved.