Class PreconditionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.services.jcr.webdav.PreconditionException
- All Implemented Interfaces:
Serializable
Created by The eXo Platform SARL .
- Version:
- $Id: $
- Author:
- Gennady Azarenkov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault public constructor.PreconditionException(String message) Public constructor with specified message.PreconditionException(String message, Throwable t) Public constructor with specified message and Throwable.Public constructor with specified Throwable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreconditionException
public PreconditionException()Default public constructor. -
PreconditionException
Public constructor with specified message and Throwable.- Parameters:
message- exception messaget- Throwable
-
PreconditionException
Public constructor with specified message.- Parameters:
message- exception message
-
PreconditionException
Public constructor with specified Throwable.- Parameters:
t- Throwable
-