org.zeroexchange.common.processors.exception
Class ProcessorNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.zeroexchange.exception.BusinessLogicException
                  extended by org.zeroexchange.common.processors.exception.ProcessorNotFoundException
All Implemented Interfaces:
Serializable

public class ProcessorNotFoundException
extends BusinessLogicException

The exception is thrown when the processor is not found.

Author:
black
See Also:
Serialized Form

Constructor Summary
ProcessorNotFoundException(String message)
          Constructor.
 
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

ProcessorNotFoundException

public ProcessorNotFoundException(String message)
Constructor.



Copyright © 2013. All Rights Reserved.