Class RegistryExportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.administer.RegistryExportException
All Implemented Interfaces:
Serializable

public class RegistryExportException extends Exception
Author:
Graham Triggs An exception to report any problems with registry exports
See Also:
  • Constructor Details

    • RegistryExportException

      public RegistryExportException()
      Create an empty authorize exception
    • RegistryExportException

      public RegistryExportException(String message)
      create an exception with only a message
      Parameters:
      message - exception message
    • RegistryExportException

      public RegistryExportException(String message, Throwable e)
      create an exception with an inner exception and a message
      Parameters:
      message - exception message
      e - reference to Throwable
    • RegistryExportException

      public RegistryExportException(Throwable e)
      create an exception with an inner exception
      Parameters:
      e - reference to Throwable