public class LocalStorageException extends AnnotatorException
Constructor and Description |
---|
LocalStorageException(String message)
Instantiates a new Local storage exception.
|
LocalStorageException(String message,
Throwable throwable)
Instantiates a new Local storage exception.
|
LocalStorageException(Throwable cause)
Instantiates a new Local storage exception.
|
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public LocalStorageException(String message)
message
- the messagepublic LocalStorageException(String message, Throwable throwable)
message
- the messagethrowable
- the throwablepublic LocalStorageException(Throwable cause)
cause
- the causeCopyright © 2017. All rights reserved.