Documentation of 'visad.data.BadRepositoryException' Java class
BadRepositoryException
visad.data

Class 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 a BadRepositoryException with no specified detail message.
      BadRepositoryException(java.lang.String message)
      Constructs a BadRepositoryException with the specified detail message.
      BadRepositoryException(java.lang.String message, java.lang.Throwable cause)
      Constructs a BadRepositoryException with the specified detail message and cause.
      BadRepositoryException(java.lang.Throwable cause)
      Constructs a BadRepositoryException with the specified cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BadRepositoryException

        public BadRepositoryException()
        Constructs a BadRepositoryException with no specified detail message.
      • BadRepositoryException

        public BadRepositoryException(java.lang.String message)
        Constructs a BadRepositoryException with the specified detail message.
        Parameters:
        message - Detail message.
      • BadRepositoryException

        public BadRepositoryException(java.lang.String message,
                                      java.lang.Throwable cause)
        Constructs a BadRepositoryException with the specified detail message and cause.
        Parameters:
        message - Detail message.
        cause - Cause of the exception. null indicates that the cause is nonexistent or unknown.
      • BadRepositoryException

        public BadRepositoryException(java.lang.Throwable cause)
        Constructs a BadRepositoryException with the specified cause.
        Parameters:
        cause - Cause of the exception. null indicates that the cause is nonexistent or unknown.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.