org.progeeks.jmx
Class LocalClassNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.progeeks.jmx.LocalClassNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class LocalClassNotFoundException
extends java.lang.RuntimeException

Exception indicating that a class specified as an MBean attribute type is not available in the local JVM context.

Version:
$Revision: 1.2 $
Author:
Paul Speed
See Also:
Serialized Form

Constructor Summary
LocalClassNotFoundException(java.lang.String message)
           
LocalClassNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
 
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

LocalClassNotFoundException

public LocalClassNotFoundException(java.lang.String message)

LocalClassNotFoundException

public LocalClassNotFoundException(java.lang.String message,
                                   java.lang.Throwable cause)


Copyright © 2002-2003 Paul Speed. All Rights Reserved.