com.neeve.server.app
Class ESrvAppCommandFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.neeve.root.ERootException
com.neeve.server.app.ESrvAppException
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
ESrvAppCommandFailure
public ESrvAppCommandFailure(String reason)
- Parameters:
reason
- The reason the command failed.
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.