javax.management
Class ServiceNotFoundException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           javax.management.JMException
javax.management.JMException
               javax.management.OperationsException
javax.management.OperationsException
                   javax.management.ServiceNotFoundException
javax.management.ServiceNotFoundException
- All Implemented Interfaces: 
- Serializable
- public class ServiceNotFoundException- extends OperationsException
Thrown when a service is not supported.
- Version:
- $Revision: 1.2 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
 
| 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(String message)
- Construct a new ServiceNotFoundException with the given message.
 
- Parameters:
- message- the error message.
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.