org.xcmis.spi
Class CmisRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.xcmis.spi.CmisRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidArgumentException, NotSupportedException, PermissionDeniedException

public class CmisRuntimeException
extends RuntimeException

Should be thrown for any others errors that are not expressible by another CMIS exception. Used as base class for any CMIS unchecked exceptions.

Version:
$Id: CmisRuntimeException.java 232 2010-02-18 10:27:51Z andrew00x $
Author:
Andrey Parfonov
See Also:
Serialized Form

Constructor Summary
CmisRuntimeException()
          Construct instance CmisRuntimeException without message.
CmisRuntimeException(String message)
          Construct instance CmisRuntimeException with message.
CmisRuntimeException(String message, Throwable cause)
          Construct instance CmisRuntimeException with message and cause exception.
CmisRuntimeException(Throwable cause)
          Construct instance CmisRuntimeException with cause exception.
 
Method Summary
 
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

CmisRuntimeException

public CmisRuntimeException()
Construct instance CmisRuntimeException without message.


CmisRuntimeException

public CmisRuntimeException(String message)
Construct instance CmisRuntimeException with message.

Parameters:
message - the detail message about exception
See Also:
Throwable.getMessage()

CmisRuntimeException

public CmisRuntimeException(String message,
                            Throwable cause)
Construct instance CmisRuntimeException with message and cause exception.

Parameters:
message - the detail message about exception
cause - the cause exception
See Also:
Throwable.getCause(), Throwable.getMessage()

CmisRuntimeException

public CmisRuntimeException(Throwable cause)
Construct instance CmisRuntimeException with cause exception.

Parameters:
cause - the cause exception
See Also:
Throwable.getCause()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.