org.apache.zookeeper.server
Class RequestProcessor.RequestProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.zookeeper.server.RequestProcessor.RequestProcessorException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
RequestProcessor

public static class RequestProcessor.RequestProcessorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RequestProcessor.RequestProcessorException(java.lang.String msg, java.lang.Throwable t)
           
 
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

RequestProcessor.RequestProcessorException

public RequestProcessor.RequestProcessorException(java.lang.String msg,
                                                  java.lang.Throwable t)


Copyright © 2012 The Apache Software Foundation