Class StorageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- uk.gov.gchq.gaffer.federatedstore.exception.StorageException
-
- All Implemented Interfaces:
Serializable
public class StorageException extends GafferCheckedException
AnStorageException
should be thrown when a problem occurs accessing the federated graph storage.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageException(String message)
Constructs a new storage exception with the specified detail message.StorageException(String message, Throwable cause)
Constructs a new storage exception with the specified detail message and cause.StorageException(Throwable cause)
-
Method Summary
-
Methods inherited from class uk.gov.gchq.gaffer.core.exception.GafferCheckedException
getStatus, setStatus
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-