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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InformationUndeterminableException()
Instantiates a new information undeterminable exception.InformationUndeterminableException(String message)
Instantiates a new information undeterminable exception.InformationUndeterminableException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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
-
-