Class NodeProvisionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.netmgt.provision.persist.NodeProvisionException
-
- All Implemented Interfaces:
Serializable
public class NodeProvisionException extends RuntimeException
NodeProvisionException class.
- Version:
- $Id: $
- Author:
- ranger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeProvisionException()
Constructor for NodeProvisionException.NodeProvisionException(String message, Throwable cause)
Constructor for NodeProvisionException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-