org.apache.chemistry.opencmis.commons.exceptions
Class CmisStorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
                  extended by org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
All Implemented Interfaces:
Serializable

public class CmisStorageException
extends CmisBaseException

CMIS Storage Exception.

See Also:
Serialized Form

Constructor Summary
CmisStorageException()
           
CmisStorageException(String message)
           
CmisStorageException(String message, BigInteger code)
           
CmisStorageException(String message, BigInteger code, Throwable cause)
           
CmisStorageException(String message, String errorContent)
           
CmisStorageException(String message, String errorContent, Throwable cause)
           
CmisStorageException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
getCode, getErrorContent
 
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

CmisStorageException

public CmisStorageException()

CmisStorageException

public CmisStorageException(String message,
                            BigInteger code,
                            Throwable cause)

CmisStorageException

public CmisStorageException(String message,
                            String errorContent)

CmisStorageException

public CmisStorageException(String message,
                            BigInteger code)

CmisStorageException

public CmisStorageException(String message,
                            String errorContent,
                            Throwable cause)

CmisStorageException

public CmisStorageException(String message,
                            Throwable cause)

CmisStorageException

public CmisStorageException(String message)


Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.