public class

ServiceNotFoundException

extends OperationsException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.management.JMException
         ↳ javax.management.OperationsException
           ↳ javax.management.ServiceNotFoundException

Class Overview

Represents exceptions raised when a requested service is not supported.

Summary

Public Constructors
ServiceNotFoundException()
Default constructor.
ServiceNotFoundException(String message)
Constructor that allows a specific error message to be specified.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ServiceNotFoundException ()

Default constructor.

public ServiceNotFoundException (String message)

Constructor that allows a specific error message to be specified.

Parameters
message the detail message.