Package tigase.component.exceptions
Class RepositoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tigase.component.exceptions.RepositoryException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TigaseDBException
public class RepositoryException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryException()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
-
-