ehcache

net.sf.ehcache.management.provider
Class MBeanRegistrationProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
MBeanRegistrationProviderException(String message)
          Constructor accepting a message
MBeanRegistrationProviderException(String message, Throwable cause)
          Constructor accepting a string message and a Throwable
 
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

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 -

ehcache

Copyright 2001-2017, Terracotta, Inc.