FileDocCategorySizeDatePackage
ServiceNotFoundException.javaAPI DocJava SE 5 API876Fri Aug 26 14:57:34 BST 2005javax.management

ServiceNotFoundException

public class ServiceNotFoundException extends OperationsException
Represents exceptions raised when a requested service is not supported.
since
1.5

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public ServiceNotFoundException()
Default constructor.


           
      
	super();
    
public ServiceNotFoundException(String message)
Constructor that allows a specific error message to be specified.

param
message the detail message.

	super(message);
    
Methods Summary