com.neeve.server.app
Class ESrvAppCommandFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.neeve.root.ERootException
              extended by com.neeve.server.app.ESrvAppException
                  extended by com.neeve.server.app.ESrvAppCommandFailure
All Implemented Interfaces:
Serializable

public class ESrvAppCommandFailure
extends ESrvAppException

This exception can be thrown from a SrvApp command handler to indicate that a command did not complete successfully in a way that is not unexpected. The message text will be reported back to the initiator, and the exception will not be logged.

See Also:
Serialized Form

Constructor Summary
ESrvAppCommandFailure(String reason)
           
 
Method Summary
 
Methods inherited from class com.neeve.root.ERootException
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ESrvAppCommandFailure

public ESrvAppCommandFailure(String reason)
Parameters:
reason - The reason the command failed.


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.