Class InformationUndeterminableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iese.mydata.policy.exception.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:
  • Constructor Details

    • 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)