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

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.CmisStreamNotSupportedException
All Implemented Interfaces:
Serializable

public class CmisStreamNotSupportedException
extends CmisBaseException

CMIS StreamNotSupported Exception.

See Also:
Serialized Form

Field Summary
static String EXCEPTION_NAME
           
 
Constructor Summary
CmisStreamNotSupportedException()
           
CmisStreamNotSupportedException(String message)
           
CmisStreamNotSupportedException(String message, BigInteger code)
           
CmisStreamNotSupportedException(String message, BigInteger code, String errorContent)
           
CmisStreamNotSupportedException(String message, BigInteger code, Throwable cause)
           
CmisStreamNotSupportedException(String message, String errorContent)
           
CmisStreamNotSupportedException(String message, String errorContent, Throwable cause)
           
CmisStreamNotSupportedException(String message, Throwable cause)
           
 
Method Summary
 String getExceptionName()
          Returns the name of the exception as defined in the CMIS specification.
 
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
 

Field Detail

EXCEPTION_NAME

public static final String EXCEPTION_NAME
See Also:
Constant Field Values
Constructor Detail

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,
                                       BigInteger code,
                                       String errorContent)

CmisStreamNotSupportedException

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

CmisStreamNotSupportedException

public CmisStreamNotSupportedException(String message,
                                       Throwable cause)

CmisStreamNotSupportedException

public CmisStreamNotSupportedException(String message)
Method Detail

getExceptionName

public 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-2012 The Apache Software Foundation. All Rights Reserved.