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, toString
public LoadingException()
public LoadingException(String message)
message
- The message explaining the exception.public LoadingException(Exception ex)
ex
- The exception to be wrapped.Copyright © 2007-2019. All Rights Reserved.