org.apache.chemistry.opencmis.commons.exceptions
Class CmisStreamNotSupportedException
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.CmisStreamNotSupportedException
- All Implemented Interfaces:
- Serializable
public class CmisStreamNotSupportedException
- extends CmisBaseException
CMIS StreamNotSupported Exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CmisStreamNotSupportedException
public CmisStreamNotSupportedException()
CmisStreamNotSupportedException
public CmisStreamNotSupportedException(String message,
BigInteger code,
Throwable cause)
CmisStreamNotSupportedException
public CmisStreamNotSupportedException(String message,
String errorContent)
CmisStreamNotSupportedException
public CmisStreamNotSupportedException(String message,
BigInteger code)
CmisStreamNotSupportedException
public CmisStreamNotSupportedException(String message,
String errorContent,
Throwable cause)
CmisStreamNotSupportedException
public CmisStreamNotSupportedException(String message,
Throwable cause)
CmisStreamNotSupportedException
public CmisStreamNotSupportedException(String message)
Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.