Class ModifierNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.fraunhofer.iese.mydata.pep.common.ModifierNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ModifierNotFoundException extends RuntimeException
Modifiers is not registered or unavailable at Pep application. So imposingAuthorizationDecision
is not possible- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifierNotFoundException(String str)
Constructor with message of exception
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ModifierNotFoundException
public ModifierNotFoundException(String str)
Constructor with message of exception- Parameters:
str
- message
-
-