public class IncompatibleTabuMemoryException extends JamesRuntimeException
| Constructor and Description |
|---|
IncompatibleTabuMemoryException()
Creates a new instance without detail message.
|
IncompatibleTabuMemoryException(String msg)
Constructs an instance with the specified detail message.
|
IncompatibleTabuMemoryException(String msg,
Throwable cause)
Constructs an instance with the specified detail message and cause.
|
IncompatibleTabuMemoryException(Throwable cause)
Constructs an instance with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompatibleTabuMemoryException()
public IncompatibleTabuMemoryException(String msg)
msg - the detail messagepublic IncompatibleTabuMemoryException(Throwable cause)
cause - other exception that caused this exceptionCopyright © 2016. All rights reserved.