Class UnavailableException

All Implemented Interfaces:
Serializable

public class UnavailableException extends InternalException
See Also:
  • Constructor Details

    • UnavailableException

      public UnavailableException()
    • UnavailableException

      public UnavailableException(String message)
    • UnavailableException

      public UnavailableException(String message, Throwable cause)
    • UnavailableException

      public UnavailableException(Throwable cause)
    • UnavailableException

      public UnavailableException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)