Class 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 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 message
        e - throwable
      • RegistryImportException

        public RegistryImportException​(Throwable e)
        create an exception with an inner exception
        Parameters:
        e - throwable