Package de.mhus.lib.basics
Interface IResult
-
- All Known Implementing Classes:
AccessDeniedException,AuthenticationException,ConflictException,DummyException,ErrorException,ErrorRuntimeException,ForbiddenException,InternalException,MaxDepthReached,MException,MRuntimeException,NotFoundException,NotFoundRuntimeException,NotSupportedException,SyntaxError,TimeoutException,TimeoutRuntimeException,TooDeepStructuresException,UsageException,ValidationException,WrongStateException
public interface IResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessage()intgetReturnCode()
-
-
-
Method Detail
-
getReturnCode
int getReturnCode()
-
getMessage
String getMessage()
-
-