public final class DefaultTemporaryException extends Exception implements TemporaryException
TemporaryException
implementation that server implementers could use if they wished
to indicate retry operations to the client. It is an overly simple class meant more for testing than be extended and
providers are encouraged to tag their own exceptions more directly with the TemporaryException
interface
or to develop their own.Constructor and Description |
---|
DefaultTemporaryException() |
DefaultTemporaryException(String message) |
DefaultTemporaryException(String message,
Throwable cause) |
DefaultTemporaryException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
DefaultTemporaryException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.