Class RepositoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.evolveum.midpoint.repo.sqlbase.RepositoryException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QueryException
public class RepositoryException extends Exception
Base repository exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryException(String message)
RepositoryException(String message, Throwable cause)
RepositoryException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-