org.apache.chemistry.opencmis.commons.exceptions
Class CmisStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException
- All Implemented Interfaces:
- Serializable
public class CmisStorageException
- extends CmisBaseException
CMIS Storage Exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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-2011 The Apache Software Foundation. All Rights Reserved.