org.xcmis.spi
Class StorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xcmis.spi.CmisException
              extended by org.xcmis.spi.StorageException
All Implemented Interfaces:
Serializable

public class StorageException
extends CmisException

If the storage can't save data that user creating or updating.

Version:
$Id: StorageException.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Andrey Parfonov
See Also:
Serialized Form

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

StorageException

public StorageException()
Construct instance StorageException without message.


StorageException

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

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

StorageException

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

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

StorageException

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

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


Copyright © 2011 eXo Platform SAS. All Rights Reserved.