Package com.orchestranetworks.instance
Class RepositoryAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.orchestranetworks.instance.RepositoryAccessException
-
- All Implemented Interfaces:
Serializable
public class RepositoryAccessException extends RuntimeException
Thrown when a technical problem occurs while accessing data, for example, due to unavailable resources.
-
-
Constructor Summary
Constructors Constructor Description RepositoryAccessException()RepositoryAccessException(String message)RepositoryAccessException(String message, Throwable cause)RepositoryAccessException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-