java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.management.JMException
javax.management.OperationsException
javax.management.ServiceNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class ServiceNotFoundException
- extends OperationsException
Thrown when a service is not supported.
- Version:
- $Revision: 1.2 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceNotFoundException
public ServiceNotFoundException()
- Construct a new ServiceNotFoundException with no message.
ServiceNotFoundException
public ServiceNotFoundException(java.lang.String message)
- Construct a new ServiceNotFoundException with the given message.