org.apache.qpid.management.domain.services
Class MethodInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.management.domain.services.MethodInvocationException
All Implemented Interfaces:
Serializable

public class MethodInvocationException
extends Exception

See Also:
Serialized Form

Constructor Summary
MethodInvocationException(long code, String text)
           
 
Method Summary
 String getMessage()
           
 long getReturnCode()
           
 String getStatusText()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

MethodInvocationException

public MethodInvocationException(long code,
                                 String text)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getReturnCode

public long getReturnCode()

getStatusText

public String getStatusText()


Licensed to the Apache Software Foundation