public class BurlapRuntimeException extends RuntimeException
| Constructor and Description |
|---|
BurlapRuntimeException()
Zero-arg constructor.
|
BurlapRuntimeException(String message)
Create the exception.
|
BurlapRuntimeException(String message,
Throwable rootCause)
Create the exception.
|
BurlapRuntimeException(Throwable rootCause)
Create the exception.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Returns the underlying cause.
|
Throwable |
getRootCause()
Returns the underlying cause.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BurlapRuntimeException()
public BurlapRuntimeException(String message)
public BurlapRuntimeException(String message, Throwable rootCause)
public BurlapRuntimeException(Throwable rootCause)
Copyright © 2017 Caucho Technology, Inc. All rights reserved.