Class RegistryExportException

  • All Implemented Interfaces:
    Serializable

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

      • 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