Package org.dspace.administer
Class RegistryExportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.administer.RegistryExportException
- All Implemented Interfaces:
Serializable
- Author:
- Graham Triggs An exception to report any problems with registry exports
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty authorize exceptionRegistryExportException(String message) create an exception with only a messageRegistryExportException(String message, Throwable e) create an exception with an inner exception and a messagecreate an exception with an inner exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RegistryExportException
public RegistryExportException()Create an empty authorize exception -
RegistryExportException
create an exception with only a message- Parameters:
message- exception message
-
RegistryExportException
create an exception with an inner exception and a message- Parameters:
message- exception messagee- reference to Throwable
-
RegistryExportException
create an exception with an inner exception- Parameters:
e- reference to Throwable
-