Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage
Class StorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.resource.ResourceException
              extended by org.nuxeo.ecm.core.storage.StorageException
All Implemented Interfaces:
Serializable

public class StorageException
extends ResourceException

Exception pertaining to the storage backend.

Author:
Florent Guillaume
See Also:
Serialized Form

Constructor Summary
StorageException()
           
StorageException(String message)
           
StorageException(String message, Throwable cause)
           
StorageException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StorageException

public StorageException()

StorageException

public StorageException(String message)

StorageException

public StorageException(String message,
                        Throwable cause)

StorageException

public StorageException(Throwable cause)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.