org.cruxframework.crux.core.server.rest.core.dispatch
Class RequestProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cruxframework.crux.core.server.rest.core.dispatch.RequestProcessorException
All Implemented Interfaces:
Serializable

public class RequestProcessorException
extends RuntimeException

Author:
Thiago da Rosa de Bustamante
See Also:
Serialized Form

Constructor Summary
RequestProcessorException()
           
RequestProcessorException(String arg0)
           
RequestProcessorException(String arg0, Throwable arg1)
           
RequestProcessorException(Throwable arg0)
           
 
Method Summary
 
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

RequestProcessorException

public RequestProcessorException()

RequestProcessorException

public RequestProcessorException(String arg0)
Parameters:
arg0 -

RequestProcessorException

public RequestProcessorException(Throwable arg0)
Parameters:
arg0 -

RequestProcessorException

public RequestProcessorException(String arg0,
                                 Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 2014. All rights reserved.