net.sf.mavenhist.persistency
Class PersistencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.mavenhist.persistency.PersistencyException
- All Implemented Interfaces:
- Serializable
public class PersistencyException
- extends Exception
Exception type to show a problem in persisting a metric.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PersistencyException
public PersistencyException(String msg)
- Constructor with a message text for the exception.
- Parameters:
msg
- message for the exception.
PersistencyException
public PersistencyException(String msg,
Exception cause)
- Constructor with a message text and a wrapped cause for the exception.
- Parameters:
msg
- message for the exception.cause
- the root exception.
Copyright © 2009. All Rights Reserved.