Interface CoreExceptionFormat
- All Known Implementing Classes:
AuthorizationRequiredException,BlockNotConfiguredException,CommandAlreadyExistsException,ConfigurationMismatchException,ConfigurationParseException,CoreException,CoreRuntimeException,FileMissingException,FileReadException,FileWriteException,HandlerMissingException,HashMismatchException,InvalidConfigurationPath,NodeFailedToAcknowledge,NodeNotReachableException,NoFileStoreRegisteredException,NoServicesConfiguredForBlock,NoSuchCommandException,NoSuchFileException,NoSuchResourceException,NothingToRemoveException,NothingToUpdateException,QueryFormatException,RemoteBlockNotConfiguredException,RequestPayloadSizeException,RequestTimedOutException,RequestValidationException,SecurityMissingDependencyException,SerializerPayloadException,StorageFailureException,TimerSourceException,UnmappedException,ValueAlreadyPresentException,ValueMissingException
public interface CoreExceptionFormat
Base format for all core based exceptions.
-
Method Summary
-
Method Details
-
status
ResponseStatus status()- Returns:
- the error status, most likely ERROR.
-