org.apache.felix.mosgi.jmx.agent.mx4j
Class ImplementationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.felix.mosgi.jmx.agent.mx4j.ImplementationException
All Implemented Interfaces:
Serializable

public class ImplementationException
extends RuntimeException

Thrown when an internal error in the MX4J implementation is detected. Contact the MX4J mailing list for support when this exception is thrown in your programs.

Version:
$Revision: 1.1.1.1 $
Author:
Simone Bordet
See Also:
Serialized Form

Constructor Summary
ImplementationException()
           
ImplementationException(String message)
           
 
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

ImplementationException

public ImplementationException()

ImplementationException

public ImplementationException(String message)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.