Package org.opennms.netmgt.alarmd.api
Class NorthbounderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.netmgt.alarmd.api.NorthbounderException
-
- All Implemented Interfaces:
java.io.Serializable
public class NorthbounderException extends java.lang.RuntimeException
North bound Interface API ExceptionIntention 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.
-
-
-
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 messaget
- the t
-
-