visad.data
Class BadRepositoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- visad.data.BadRepositoryException
-
- All Implemented Interfaces:
- java.io.Serializable
public class BadRepositoryException extends VisADException
Exception thrown when there's something wrong with the repository.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description BadRepositoryException()Constructs aBadRepositoryExceptionwith no specified detail message.BadRepositoryException(java.lang.String message)Constructs aBadRepositoryExceptionwith the specified detail message.BadRepositoryException(java.lang.String message, java.lang.Throwable cause)Constructs aBadRepositoryExceptionwith the specified detail message and cause.BadRepositoryException(java.lang.Throwable cause)Constructs aBadRepositoryExceptionwith the specified cause.
-
-
-
Constructor Detail
-
BadRepositoryException
public BadRepositoryException()
Constructs aBadRepositoryExceptionwith no specified detail message.
-
BadRepositoryException
public BadRepositoryException(java.lang.String message)
Constructs aBadRepositoryExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
BadRepositoryException
public BadRepositoryException(java.lang.String message, java.lang.Throwable cause)Constructs aBadRepositoryExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
BadRepositoryException
public BadRepositoryException(java.lang.Throwable cause)
Constructs aBadRepositoryExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG