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