Class InternalProcessingException

All Implemented Interfaces:
Serializable

@ResponseStatus(INTERNAL_SERVER_ERROR) public class InternalProcessingException extends AbstractLocalifyException
Exception thrown when an internal processing error occurs.
See Also:
  • Constructor Details

    • InternalProcessingException

      public InternalProcessingException()
      Constructs a new InternalProcessingException with a default message.
    • InternalProcessingException

      public InternalProcessingException(Throwable cause)
      Constructs a new InternalProcessingException with the specified cause.
      Parameters:
      cause - The cause.
    • InternalProcessingException

      public InternalProcessingException(String message)
      Constructs a new InternalProcessingException with the specified message.
      Parameters:
      message - The detail message.