Class RuntimePersistenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.netmgt.provision.persist.RuntimePersistenceException
-
- All Implemented Interfaces:
java.io.Serializable
public class RuntimePersistenceException extends java.lang.RuntimeException
RuntimePersistenceException class.
- Version:
- $Id: $
- Author:
- ranger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimePersistenceException(java.lang.String message)
Constructor for RuntimePersistenceException.RuntimePersistenceException(java.lang.String message, java.lang.Throwable cause)
Constructor for RuntimePersistenceException.RuntimePersistenceException(java.lang.Throwable cause)
Constructor for RuntimePersistenceException.
-
-
-
Constructor Detail
-
RuntimePersistenceException
public RuntimePersistenceException(java.lang.String message)
Constructor for RuntimePersistenceException.
- Parameters:
message
- aString
object.
-
RuntimePersistenceException
public RuntimePersistenceException(java.lang.Throwable cause)
Constructor for RuntimePersistenceException.
- Parameters:
cause
- aThrowable
object.
-
RuntimePersistenceException
public RuntimePersistenceException(java.lang.String message, java.lang.Throwable cause)
Constructor for RuntimePersistenceException.
- Parameters:
message
- aString
object.cause
- aThrowable
object.
-
-