org.springframework.jmx.access
Class InvocationFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.jmx.access.InvocationFailureException
All Implemented Interfaces:
Serializable

public class InvocationFailureException
extends NestedRuntimeException

Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied resource's management interface.

Since:
1.2
Author:
Juergen Hoeller
See Also:
MBeanClientInterceptor, Serialized Form

Constructor Summary
InvocationFailureException(String msg)
          Create a new InvocationFailureException with the supplied error message.
InvocationFailureException(String msg, Throwable ex)
          Create a new InvocationFailureException with the specified error message and root cause.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvocationFailureException

public InvocationFailureException(String msg)
Create a new InvocationFailureException with the supplied error message.

Parameters:
msg - the error message

InvocationFailureException

public InvocationFailureException(String msg,
                                  Throwable ex)
Create a new InvocationFailureException with the specified error message and root cause.

Parameters:
msg - the error message
ex - the root cause


Copyright (c) 2002-2005 The Spring Framework Project.