org.apache.maven.continuum.store
Class ContinuumStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.continuum.store.ContinuumStoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContinuumObjectNotFoundException

public class ContinuumStoreException
extends Exception

Version:
$Id: ContinuumStoreException.java 1372260 2012-08-13 04:29:09Z brett $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
ContinuumStoreException(String msg)
           
ContinuumStoreException(String msg, Exception ex)
           
 
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

ContinuumStoreException

public ContinuumStoreException(String msg)

ContinuumStoreException

public ContinuumStoreException(String msg,
                               Exception ex)


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.