Class SourceException

    • Constructor Detail

      • SourceException

        public SourceException()
        Constructs a SourceException without error message.
        See Also:
        Exception()
      • SourceException

        public SourceException​(String message)
        Constructs a SourceException with the given error message.
        Parameters:
        message - the error message
        See Also:
        Exception(java.lang.String)
      • SourceException

        public SourceException​(Throwable cause)
        Constructs a SourceException which wraps another exception.
        Parameters:
        cause - The root cause of the exception, can be null.
        See Also:
        Exception(java.lang.Throwable)