org.apache.aries.application.management
Class ManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.aries.application.management.ManagementException
All Implemented Interfaces:
Serializable

public class ManagementException
extends Exception

An exception thrown by various methods within this package.

See Also:
Serialized Form

Constructor Summary
ManagementException(Exception e)
           
ManagementException(String s)
           
ManagementException(String s, Exception e)
           
 
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

ManagementException

public ManagementException(Exception e)

ManagementException

public ManagementException(String s)

ManagementException

public ManagementException(String s,
                           Exception e)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.