
public class DeadlockException extends RuntimeException
DeadlockException class.
| Constructor and Description |
|---|
DeadlockException()
Constructor for DeadlockException.
|
DeadlockException(String message)
Constructor for DeadlockException.
|
DeadlockException(String message,
Throwable cause)
Constructor for DeadlockException.
|
DeadlockException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for DeadlockException.
|
DeadlockException(Throwable cause)
Constructor for DeadlockException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeadlockException()
Constructor for DeadlockException.
public DeadlockException(String message)
Constructor for DeadlockException.
message - a String object.public DeadlockException(Throwable cause)
Constructor for DeadlockException.
cause - a Throwable object.public DeadlockException(String message, Throwable cause)
Constructor for DeadlockException.
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.