Class MetacardBackupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.catalog.plugin.metacard.backup.internal.MetacardBackupException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new MetacardBackupException.MetacardBackupException(String string) Instantiates a new MetacardBackupException from a given string.MetacardBackupException(String message, Throwable throwable) Instantiates a new MetacardBackupException with a message.MetacardBackupException(Throwable throwable) Instantiates a new MetacardBackupException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetacardBackupException
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
Instantiates a new MetacardBackupException with a message.- Parameters:
message- the messagethrowable- the throwable
-
MetacardBackupException
Instantiates a new MetacardBackupException.- Parameters:
throwable- the throwable
-