org.ow2.petals.jmx.exception
Class PetalsJMXClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.jmx.exception.PetalsJMXClientException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AdminDoesNotExistException, AdminServiceErrorException, AttributeErrorException, ComponentDoesNotExistException, ComponentErrorException, ConnectionErrorException, DeploymentServiceDoesNotExistException, DeploymentServiceErrorException, EndpointRegistryServiceDoesNotExistException, EndpointRegistryServiceErrorException, InstallationServiceDoesNotExistException, InstallationServiceErrorException, InstallerComponentDoesNotExistException, LoggerDoesNotExistException, LoggerServiceErrorException, OperatingSystemDoesNotExistException, PerformActionErrorException, PetalsAdminDoesNotExistException, PetalsAdminServiceErrorException, RouterMonitorServiceDoesNotExistException, RouterMonitorServiceErrorException, RuntimeConfigurationDoesNotExistException, RuntimeConfigurationErrorException, SystemMonitoringDoesNotExistException, SystemMonitoringServiceErrorException

public abstract class PetalsJMXClientException
extends java.lang.Exception

This exception is the JMX Client API abstract exception

Author:
alouis, cdeneux - Capgemini Sud
See Also:
Serialized Form

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

PetalsJMXClientException

public PetalsJMXClientException()

PetalsJMXClientException

public PetalsJMXClientException(java.lang.Throwable cause)

PetalsJMXClientException

public PetalsJMXClientException(java.lang.String message)

PetalsJMXClientException

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


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.