Package org.dspace.administer
Class RegistryImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.administer.RegistryImportException
- All Implemented Interfaces:
Serializable
- Author:
- Richard Jones An exception to report any problems with registry imports
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty authorize exceptionRegistryImportException(String message) create an exception with only a messageRegistryImportException(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
-
RegistryImportException
public RegistryImportException()Create an empty authorize exception -
RegistryImportException
create an exception with only a message- Parameters:
message- error message
-
RegistryImportException
create an exception with an inner exception and a message- Parameters:
message- error messagee- throwable
-
RegistryImportException
create an exception with an inner exception- Parameters:
e- throwable
-