org.apache.maven.continuum.management
Class DataManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.maven.continuum.management.DataManagementException
All Implemented Interfaces:
Serializable

public class DataManagementException
extends RuntimeException

Exception wrapper for application errors that can't be recovered from.

Version:
$Id: DataManagementException.java 1372260 2012-08-13 04:29:09Z brett $
See Also:
Serialized Form

Constructor Summary
DataManagementException(String msg, Throwable nested)
           
DataManagementException(Throwable nested)
           
 
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

DataManagementException

public DataManagementException(Throwable nested)

DataManagementException

public DataManagementException(String msg,
                               Throwable nested)


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