Package de.mhus.lib.core.strategy
Class NotSuccessful
- java.lang.Object
-
- de.mhus.lib.core.strategy.OperationResult
-
- de.mhus.lib.core.strategy.NotSuccessful
-
public class NotSuccessful extends OperationResult
-
-
Field Summary
-
Fields inherited from class de.mhus.lib.core.strategy.OperationResult
ACCESS_DENIED, BUSY, EMPTY, INTERNAL_ERROR, NOT_EXECUTABLE, NOT_FOUND, NOT_SUPPORTED, OK, SYNTAX_ERROR, USAGE, WRONG_STATUS
-
-
Constructor Summary
Constructors Constructor Description NotSuccessful(Operation operation, String msg, long rc)NotSuccessful(Operation operation, String msg, String caption, long rc)NotSuccessful(String path, String msg, long rc)
-
Method Summary
-
Methods inherited from class de.mhus.lib.core.strategy.OperationResult
getCaption, getMsg, getMsgCaption, getMsgMessage, getNextOperation, getOperationPath, getResult, getResultAs, getResultAs, getReturnCode, isResult, isSuccessful, setCaption, setMsg, setNextOperation, setOperationPath, setResult, setReturnCode, setSuccessful, toString
-
-