public class IncidentServiceException extends Exception
| Constructor and Description |
|---|
IncidentServiceException(String message)
Creates a new incident service exception.
|
IncidentServiceException(String message,
Throwable t)
Creates a new incident service exception.
|
IncidentServiceException(Throwable t)
Creates a new incident service exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncidentServiceException(String message, Throwable t)
message - the error messaget - the exception causing the errorpublic IncidentServiceException(String message)
message - the error messagepublic IncidentServiceException(Throwable t)
t - the exception causing the errorCopyright © 2009–2020 Opencast Project. All rights reserved.