public class TimeoutException extends Exception
| Constructor and Description |
|---|
TimeoutException() |
TimeoutException(String message) |
TimeoutException(String message,
Throwable cause) |
TimeoutException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TimeoutException()
Exception.Exception()public TimeoutException(String message)
message - the detail message. The detail message is saved for later retrieval by the
getMessage() method.Exception.Exception(String)public TimeoutException(String message, Throwable cause)
cause - the cause (which is saved for later retrieval by the getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)message - the detail message. The detail message is saved for later retrieval by the
getMessage() method.Exception.Exception(Throwable)public TimeoutException(Throwable cause)
cause - the cause (which is saved for later retrieval by the getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)Exception.Exception(String, Throwable)Copyright © 2019 Communote team. All rights reserved.