net.sf.mavenhist.persistency
Class PersistencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PersistencyException(String msg)
          Constructor with a message text for the exception.
PersistencyException(String msg, Exception cause)
          Constructor with a message text and a wrapped cause for the exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.