edu.wisc.ssec.mcidas.adde
Class AddeURLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- edu.wisc.ssec.mcidas.adde.AddeURLException
-
- All Implemented Interfaces:
- java.io.Serializable
public class AddeURLException extends java.io.IOException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description AddeURLException()Constructs aAddeURLExceptionwith no specified detail message.AddeURLException(java.lang.String message)Constructs aAddeURLExceptionwith the specified detail message.AddeURLException(java.lang.String message, java.lang.Throwable cause)Constructs aAddeURLExceptionwith the specified detail message and cause.AddeURLException(java.lang.Throwable cause)Constructs aAddeURLExceptionwith the specified cause.
-
-
-
Constructor Detail
-
AddeURLException
public AddeURLException()
Constructs aAddeURLExceptionwith no specified detail message.
-
AddeURLException
public AddeURLException(java.lang.String message)
Constructs aAddeURLExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
AddeURLException
public AddeURLException(java.lang.String message, java.lang.Throwable cause)Constructs aAddeURLExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
AddeURLException
public AddeURLException(java.lang.Throwable cause)
Constructs aAddeURLExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG