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