Class PolicyGenerationException

    • Constructor Detail

      • PolicyGenerationException

        public PolicyGenerationException​(String message)
        Constructs an Exception specifying a message
        Parameters:
        message - the exception string
      • PolicyGenerationException

        public PolicyGenerationException​(String message,
                                         Throwable cause)
        Constructs an Exception with a nested exception and specifying a message
        Parameters:
        message - the exception string
        cause - the original cause
      • PolicyGenerationException

        public PolicyGenerationException​(Throwable cause)
        An Exception wrapper around another exception
        Parameters:
        cause - the original cause