public class BadRepositoryException extends VisADException
Constructor and Description |
---|
BadRepositoryException()
Constructs a
BadRepositoryException with no specified detail
message. |
BadRepositoryException(String message)
Constructs a
BadRepositoryException with the specified detail
message. |
BadRepositoryException(String message,
Throwable cause)
Constructs a
BadRepositoryException with the specified detail
message and cause. |
BadRepositoryException(Throwable cause)
Constructs a
BadRepositoryException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BadRepositoryException()
BadRepositoryException
with no specified detail
message.public BadRepositoryException(String message)
BadRepositoryException
with the specified detail
message.message
- Detail message.public BadRepositoryException(String message, Throwable cause)
BadRepositoryException
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 BadRepositoryException(Throwable cause)
BadRepositoryException
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.