Class InformationUndeterminableException

  • All Implemented Interfaces:
    Serializable

    public class InformationUndeterminableException
    extends Exception
    InformationUndeterminableException indicates that a PIP can not resolve the demanded information.
    Author:
    Fraunhofer IESE
    See Also:
    Serialized Form
    • Constructor Detail

      • InformationUndeterminableException

        public InformationUndeterminableException()
        Instantiates a new information undeterminable exception.
      • InformationUndeterminableException

        public InformationUndeterminableException​(String message)
        Instantiates a new information undeterminable exception.
        Parameters:
        message - the message
      • InformationUndeterminableException

        public InformationUndeterminableException​(String message,
                                                  Throwable cause)