Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | BuildTimeoutException(String
A description of or information about the exception.
Should not be message)null .Constructs an exception with the given descriptive message. |
public | BuildTimeoutException(String
A description of or information about the exception.
Should not be message, Throwable null unless a cause is specified.The exception that might have caused this one.
May be cause)null .Constructs an exception with the given message and exception as a root cause. |
public | BuildTimeoutException(String
A description of or information about the exception.
Should not be msg, Throwable null unless a cause is specified.The exception that might have caused this one.
May be cause, Location null .The location in the project file where the error
occurred. Must not be location)null .Constructs an exception with the given message and exception as a root cause and a location in a file. |
public | BuildTimeoutException(Throwable
The exception that might have caused this one.
Should not be cause)null .Constructs an exception with the given exception as a root cause. |
public | BuildTimeoutException(String
A description of or information about the exception.
Should not be message, Location null .The location in the project file where the error
occurred. Must not be location)null .Constructs an exception with the given descriptive message and a location in a file. |
public | BuildTimeoutException(Throwable
The exception that might have caused this one.
Should not be cause, Location null .The location in the project file where the error
occurred. Must not be location)null .Constructs an exception with the given exception as a root cause and a location in a file. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
BuildTimeoutException | back to summary |
---|---|
public BuildTimeoutException() Constructs a build exception with no descriptive information. |
BuildTimeoutException | back to summary |
---|---|
public BuildTimeoutException(String message) Constructs an exception with the given descriptive message.
|
BuildTimeoutException | back to summary |
---|---|
public BuildTimeoutException(String message, Throwable cause) Constructs an exception with the given message and exception as a root cause. |
BuildTimeoutException | back to summary |
---|---|
public BuildTimeoutException(String msg, Throwable cause, Location location) Constructs an exception with the given message and exception as a root cause and a location in a file. |
BuildTimeoutException | back to summary |
---|---|
public BuildTimeoutException(Throwable cause) Constructs an exception with the given exception as a root cause.
|
BuildTimeoutException | back to summary |
---|---|
public BuildTimeoutException(String message, Location location) Constructs an exception with the given descriptive message and a location in a file. |
BuildTimeoutException | back to summary |
---|---|
public BuildTimeoutException(Throwable cause, Location location) Constructs an exception with the given exception as a root cause and a location in a file. |