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:
- java.io.Serializable
public class CmisStreamNotSupportedException
- extends CmisBaseException
CMIS StreamNotSupported Exception.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getExceptionName()
Returns the name of the exception as defined in the CMIS specification. |
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 |
EXCEPTION_NAME
public static final java.lang.String EXCEPTION_NAME
- See Also:
- Constant Field Values
CmisStreamNotSupportedException
public CmisStreamNotSupportedException()
CmisStreamNotSupportedException
public CmisStreamNotSupportedException(java.lang.String message,
java.math.BigInteger code,
java.lang.Throwable cause)
CmisStreamNotSupportedException
public CmisStreamNotSupportedException(java.lang.String message,
java.lang.String errorContent)
CmisStreamNotSupportedException
public CmisStreamNotSupportedException(java.lang.String message,
java.math.BigInteger code)
CmisStreamNotSupportedException
public CmisStreamNotSupportedException(java.lang.String message,
java.math.BigInteger code,
java.lang.String errorContent)
CmisStreamNotSupportedException
public CmisStreamNotSupportedException(java.lang.String message,
java.lang.String errorContent,
java.lang.Throwable cause)
CmisStreamNotSupportedException
public CmisStreamNotSupportedException(java.lang.String message,
java.lang.Throwable cause)
CmisStreamNotSupportedException
public CmisStreamNotSupportedException(java.lang.String message)
getExceptionName
public java.lang.String getExceptionName()
- Description copied from class:
CmisBaseException
- Returns the name of the exception as defined in the CMIS specification.
- Specified by:
getExceptionName
in class CmisBaseException
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.