org.eclipse.emf.emfstore.internal.server.exceptions
Class StorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.server.exceptions.ESException
              extended by org.eclipse.emf.emfstore.internal.server.exceptions.StorageException
All Implemented Interfaces:
Serializable

public class StorageException
extends ESException

Represents a problem with data storage. This is a condition the server or one of its components can not recover from and where a server shutdown is inevitable.

Author:
Otto Wesendonk
See Also:
Serialized Form

Field Summary
static String NOLOAD
          String constant for loading problem message.
static String NOSAVE
          String constant for saving problem message.
 
Constructor Summary
StorageException(String message)
          Default constructor.
StorageException(String message, Throwable cause)
          Default constructor.
 
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
 

Field Detail

NOLOAD

public static final String NOLOAD
String constant for loading problem message.

See Also:
Constant Field Values

NOSAVE

public static final String NOSAVE
String constant for saving problem message.

See Also:
Constant Field Values
Constructor Detail

StorageException

public StorageException(String message,
                        Throwable cause)
Default constructor.

Parameters:
message - the message
cause - underlying exception

StorageException

public StorageException(String message)
Default constructor.

Parameters:
message - the message


Copyright © 2015. All Rights Reserved.