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:
java.io.Serializable

public class PreconditionException
extends java.lang.Exception

Created by The eXo Platform SARL .

Version:
$Id: PreconditionException.java 35184 2009-08-07 14:14:37Z pnedonosko $
Author:
Gennady Azarenkov
See Also:
Serialized Form

Constructor Summary
PreconditionException()
          Default public constructor.
PreconditionException(java.lang.String message)
          Public constructor with specified message.
PreconditionException(java.lang.String message, java.lang.Throwable t)
          Public constructor with specified message and Throwable.
PreconditionException(java.lang.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(java.lang.String message,
                             java.lang.Throwable t)
Public constructor with specified message and Throwable.

Parameters:
message - exception message
t - Throwable

PreconditionException

public PreconditionException(java.lang.String message)
Public constructor with specified message.

Parameters:
message - exception message

PreconditionException

public PreconditionException(java.lang.Throwable t)
Public constructor with specified Throwable.

Parameters:
t - Throwable


Copyright © 2011 eXo Platform SAS. All Rights Reserved.