eXo JCR :: Component :: Webdav Service 1.15.11-GA

org.exoplatform.services.jcr.webdav
Class PreconditionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 message
t - 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

eXo JCR :: Component :: Webdav Service 1.15.11-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.