net.sf.ehcache.management.provider
Class MBeanRegistrationProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.ehcache.management.provider.MBeanRegistrationProviderException
- All Implemented Interfaces:
- Serializable
public class MBeanRegistrationProviderException
- extends Exception
Exception thrown from MBeanRegistrationProvider
- Since:
- 1.7
- Author:
- Abhishek Sanoujam
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MBeanRegistrationProviderException
public MBeanRegistrationProviderException(String message,
Throwable cause)
- Constructor accepting a string message and a Throwable
- Parameters:
message
- cause
-
MBeanRegistrationProviderException
public MBeanRegistrationProviderException(String message)
- Constructor accepting a message
- Parameters:
message
-
Copyright 2001-2014, Terracotta, Inc.