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

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

public class CmisConnectionException
extends CmisBaseException

CMIS Connection Exception.

See Also:
Serialized Form

Constructor Summary
CmisConnectionException()
           
CmisConnectionException(String message)
           
CmisConnectionException(String message, BigInteger code)
           
CmisConnectionException(String message, BigInteger code, Throwable cause)
           
CmisConnectionException(String message, String errorContent)
           
CmisConnectionException(String message, String errorContent, Throwable cause)
           
CmisConnectionException(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

CmisConnectionException

public CmisConnectionException()

CmisConnectionException

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

CmisConnectionException

public CmisConnectionException(String message,
                               String errorContent)

CmisConnectionException

public CmisConnectionException(String message,
                               BigInteger code)

CmisConnectionException

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

CmisConnectionException

public CmisConnectionException(String message,
                               Throwable cause)

CmisConnectionException

public CmisConnectionException(String message)


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