com.openexchange.admin.rmi.exceptions
Class StorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.admin.rmi.exceptions.StorageException
All Implemented Interfaces:
Serializable

public class StorageException
extends Exception

Author:
d7
See Also:
Serialized Form

Constructor Summary
StorageException()
           
StorageException(String message)
           
StorageException(String message, Throwable cause)
           
StorageException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StorageException

public StorageException()

StorageException

public StorageException(String message)
Parameters:
message -

StorageException

public StorageException(Throwable cause)
Parameters:
cause -

StorageException

public StorageException(String message,
                        Throwable cause)
Parameters:
message -
cause -