public class PropertyNamesTimeoutException extends RuntimeException
Constructor and Description |
---|
PropertyNamesTimeoutException()
Constructs a PropertyNamesTimeoutException
|
PropertyNamesTimeoutException(String message)
Construct a PropertyNamesTimeoutException with the specified detail message.
|
PropertyNamesTimeoutException(String message, Throwable cause)
Construct a PropertyNamesTimeoutException with the specified detail message and nested exception.
|
PropertyNamesTimeoutException(Throwable cause)
Construct a PropertyNamesTimeoutException with the specified nested exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyNamesTimeoutException()
public PropertyNamesTimeoutException(String message)
message
- the detail messagepublic PropertyNamesTimeoutException(String message, Throwable cause)
message
- the detail messagecause
- the nested exceptionpublic PropertyNamesTimeoutException(Throwable cause)
cause
- the nested exceptionCopyright © 2017 Oracle and/or its affiliates. All Rights Reserved.