Class PropertiesNotLoadedException

  • All Implemented Interfaces:
    Serializable

    public class PropertiesNotLoadedException
    extends Exception
    Exception represents unrecoverable exception, which is thrown when io.patriot_framework.patriotRouter property is not set - it is necessary for usage of PatriotHub
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertiesNotLoadedException

        public PropertiesNotLoadedException()
      • PropertiesNotLoadedException

        public PropertiesNotLoadedException​(String s)
      • PropertiesNotLoadedException

        public PropertiesNotLoadedException​(String s,
                                            Throwable throwable)
      • PropertiesNotLoadedException

        public PropertiesNotLoadedException​(Throwable throwable)