com.acciente.induction.dispatcher.controller
Class ControllerExecutorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.acciente.induction.dispatcher.controller.ControllerExecutorException
All Implemented Interfaces:
Serializable

public class ControllerExecutorException
extends Exception

Internal.

Author:
Adinath Raveendra Raj
See Also:
Serialized Form

Constructor Summary
ControllerExecutorException(String sControllerClassName, String sControllerMethodName, String sMessage)
           
ControllerExecutorException(String sControllerClassName, String sControllerMethodName, String sMessage, Throwable oCause)
           
 
Method Summary
 String getControllerClassName()
           
 String getControllerMethodName()
           
 String getMessage()
           
 
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

ControllerExecutorException

public ControllerExecutorException(String sControllerClassName,
                                   String sControllerMethodName,
                                   String sMessage)

ControllerExecutorException

public ControllerExecutorException(String sControllerClassName,
                                   String sControllerMethodName,
                                   String sMessage,
                                   Throwable oCause)
Method Detail

getControllerClassName

public String getControllerClassName()

getControllerMethodName

public String getControllerMethodName()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.