org.resthub.web.springmvc.router.exceptions
Class ActionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.resthub.web.springmvc.router.exceptions.ActionNotFoundException
All Implemented Interfaces:
Serializable

public class ActionNotFoundException
extends Exception

See Also:
Serialized Form

Constructor Summary
ActionNotFoundException(String action, String message)
           
ActionNotFoundException(String action, Throwable cause)
           
 
Method Summary
 String getAction()
           
 String getErrorDescription()
           
 
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

ActionNotFoundException

public ActionNotFoundException(String action,
                               Throwable cause)

ActionNotFoundException

public ActionNotFoundException(String action,
                               String message)
Method Detail

getAction

public String getAction()

getErrorDescription

public String getErrorDescription()


Copyright © 2010-2012. All Rights Reserved.