org.xcmis.spi
Class CmisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xcmis.spi.CmisException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConstraintException, ContentAlreadyExistsException, FilterNotValidException, NameConstraintViolationException, ObjectNotFoundException, StorageException, StreamNotSupportedException, TypeNotFoundException, UpdateConflictException, VersioningException

public class CmisException
extends Exception

Should be used as base class for any CMIS checked exception.

Version:
$Id: $
Author:
Andrey Parfonov
See Also:
Serialized Form

Constructor Summary
CmisException()
          Construct instance CmisException without message.
CmisException(String message)
          Construct instance CmisException with message.
CmisException(String message, Throwable cause)
          Construct instance CmisException with message and cause exception.
CmisException(Throwable cause)
          Construct instance CmisException with cause exception.
 
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

CmisException

public CmisException()
Construct instance CmisException without message.


CmisException

public CmisException(String message)
Construct instance CmisException with message.

Parameters:
message - the detail message about exception
See Also:
Throwable.getMessage()

CmisException

public CmisException(String message,
                     Throwable cause)
Construct instance CmisException with message and cause exception.

Parameters:
message - the detail message about exception
cause - the cause exception
See Also:
Throwable.getCause(), Throwable.getMessage()

CmisException

public CmisException(Throwable cause)
Construct instance CmisException with cause exception.

Parameters:
cause - the cause exception
See Also:
Throwable.getCause()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.