Class MetacardBackupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.catalog.plugin.metacard.backup.internal.MetacardBackupException
All Implemented Interfaces:
Serializable

public class MetacardBackupException extends Exception
See Also:
  • Constructor Details

    • MetacardBackupException

      public MetacardBackupException(String string)
      Instantiates a new MetacardBackupException from a given string.
      Parameters:
      string - the string to use for the exception.
    • MetacardBackupException

      public MetacardBackupException()
      Instantiates a new MetacardBackupException.
    • MetacardBackupException

      public MetacardBackupException(String message, Throwable throwable)
      Instantiates a new MetacardBackupException with a message.
      Parameters:
      message - the message
      throwable - the throwable
    • MetacardBackupException

      public MetacardBackupException(Throwable throwable)
      Instantiates a new MetacardBackupException.
      Parameters:
      throwable - the throwable