public class PropertyNamesTimeoutException
extends java.lang.RuntimeException
Constructor and Description |
---|
PropertyNamesTimeoutException()
Constructs a PropertyNamesTimeoutException
|
PropertyNamesTimeoutException(java.lang.String message)
Construct a PropertyNamesTimeoutException with the specified detail message.
|
PropertyNamesTimeoutException(java.lang.String message,
java.lang.Throwable cause)
Construct a PropertyNamesTimeoutException with the specified detail message
and nested exception.
|
PropertyNamesTimeoutException(java.lang.Throwable cause)
Construct a PropertyNamesTimeoutException with the specified nested exception.
|
public PropertyNamesTimeoutException()
public PropertyNamesTimeoutException(java.lang.String message)
message
- the detail messagepublic PropertyNamesTimeoutException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the nested exceptionpublic PropertyNamesTimeoutException(java.lang.Throwable cause)
cause
- the nested exceptionCopyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.