com.centrasite.control.repository
Class RepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.centrasite.control.repository.RepositoryException
- All Implemented Interfaces:
- java.io.Serializable
public class RepositoryException
- extends java.lang.Exception
An exception that occurs during repository access. A RepositoryException contains a code describing the reason
and optionally a nested exception with the cause of the error.
- See Also:
- Serialized Form
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 |
RepositoryException
public RepositoryException(java.lang.String message,
RepositoryException.Code code)
RepositoryException
public RepositoryException(java.lang.Throwable cause,
RepositoryException.Code code)
RepositoryException
public RepositoryException(java.lang.String message,
java.lang.Throwable cause,
RepositoryException.Code code)
getCode
public RepositoryException.Code getCode()