org.apache.aries.application.management.spi.repository
Class ContextException

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

public class ContextException
extends Exception

An exception thrown by various methods within this package.

See Also:
Serialized Form

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

ContextException

public ContextException(Exception e)

ContextException

public ContextException(String s)

ContextException

public ContextException(String s,
                        Exception e)


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