public class PreconditionException extends Exception
| Constructor and Description |
|---|
PreconditionException()
Default public constructor.
|
PreconditionException(String message)
Public constructor with specified message.
|
PreconditionException(String message,
Throwable t)
Public constructor with specified message and Throwable.
|
PreconditionException(Throwable t)
Public constructor with specified Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PreconditionException()
public PreconditionException(String message, Throwable t)
message - exception messaget - Throwablepublic PreconditionException(String message)
message - exception messagepublic PreconditionException(Throwable t)
t - ThrowableCopyright © 2016 eXo Platform SAS. All Rights Reserved.