public class AbstractEngineException extends RuntimeException
| Constructor and Description |
|---|
AbstractEngineException()
Constructor.
|
AbstractEngineException(String message)
Constructor.
|
AbstractEngineException(String message,
Throwable cause)
Constructor.
|
AbstractEngineException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AbstractEngineException()
public AbstractEngineException(String message)
message - the exception messagepublic AbstractEngineException(Throwable cause)
cause - the exception causeCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.