public class RepositoryException extends Exception
An exception thrown by the workflow repository.
Constructor and Description |
---|
RepositoryException() |
RepositoryException(String arg0) |
RepositoryException(String arg0,
Throwable arg1) |
RepositoryException(Throwable arg0) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryException()
public RepositoryException(String arg0)
arg0
- public RepositoryException(String arg0, Throwable arg1)
arg0
- arg1
- public RepositoryException(Throwable arg0)
arg0
- Copyright © 1999–2017 Apache OODT. All rights reserved.