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