public class AddeURLException
extends java.io.IOException
| Constructor and Description |
|---|
AddeURLException()
Constructs a
AddeURLException with no specified detail message. |
AddeURLException(java.lang.String message)
Constructs a
AddeURLException with the specified detail message. |
AddeURLException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
AddeURLException with the specified detail message
and cause. |
AddeURLException(java.lang.Throwable cause)
Constructs a
AddeURLException with the specified cause. |
public AddeURLException()
AddeURLException with no specified detail message.public AddeURLException(java.lang.String message)
AddeURLException with the specified detail message.message - Detail message.public AddeURLException(java.lang.String message,
java.lang.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(java.lang.Throwable cause)
AddeURLException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.