Class CrudCraftRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.datasteel.crudcraft.runtime.exception.CrudCraftRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadRequestException, BulkOperationException, DataIntegrityException, DuplicateResourceException, ForbiddenException, MapperException, NotImplementedException, OperationNotAllowedException, PreconditionFailedException, RelationshipException, ResourceNotFoundException, TooManyRequestsException, UnauthorizedException

public abstract class CrudCraftRuntimeException extends RuntimeException
Base class for all CrudCraft runtime exceptions.
See Also:
  • Constructor Details

    • CrudCraftRuntimeException

      protected CrudCraftRuntimeException(String message)
      Constructs a CrudCraftRuntimeException with a default message.
    • CrudCraftRuntimeException

      protected CrudCraftRuntimeException(String message, Throwable cause)
      Constructs a CrudCraftRuntimeException with a message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception