Interface TemporaryException

  • All Known Implementing Classes:
    DefaultTemporaryException

    public interface TemporaryException
    Any exception that implements this interface will be recognized as one whose throwing operation is correct but can be retried. In other words, the state of the system may be such that a failure, like a database locking error, could be resolved for the same request at a future time.