public final class LoadingException extends DiffXException
| Constructor and Description |
|---|
LoadingException()
Creates a new Loading exception.
|
LoadingException(Exception ex)
Creates a new loading exception wrapping an occurring exception.
|
LoadingException(String message)
Creates a new loading exception with a given message.
|
LoadingException(String message,
Exception ex)
Creates a new loading exception wrapping an occurring exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LoadingException()
public LoadingException(String message)
message - The message explaining the exception.public LoadingException(Exception ex)
ex - The exception to be wrapped.Copyright © 2007-2022. All Rights Reserved.