org.apache.maven.continuum.management
Class DataManagementException

Package class diagram package 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 729479 2008-12-26 10:52:45Z olamy $
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-2011 The Apache Software Foundation. All Rights Reserved.