Class JmxObjectNameException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JmxObjectNameException
    extends org.springframework.dao.UncategorizedDataAccessException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JmxObjectNameException​(java.lang.String message, java.lang.Throwable nestedException)
      Constructor for JmxObjectNameException.
    • Method Summary

      • Methods inherited from class org.springframework.core.NestedRuntimeException

        contains, getMessage, getMostSpecificCause, getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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

      • JmxObjectNameException

        public JmxObjectNameException​(java.lang.String message,
                                      java.lang.Throwable nestedException)

        Constructor for JmxObjectNameException.

        Parameters:
        message - a String object.
        nestedException - a Throwable object.