public class AddeURLException extends IOException
| Constructor and Description |
|---|
AddeURLException()
Constructs a
AddeURLException with no specified detail message. |
AddeURLException(String message)
Constructs a
AddeURLException with the specified detail message. |
AddeURLException(String message,
Throwable cause)
Constructs a
AddeURLException with the specified detail message
and cause. |
AddeURLException(Throwable cause)
Constructs a
AddeURLException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AddeURLException()
AddeURLException with no specified detail message.public AddeURLException(String message)
AddeURLException with the specified detail message.message - Detail message.public AddeURLException(String message, Throwable cause)
AddeURLException with the specified detail message
and cause.message - Detail message.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.public AddeURLException(Throwable cause)
AddeURLException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.