Package de.tum.in.test.api.internal
Class PrivilegedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.tum.in.test.api.internal.PrivilegedException
- All Implemented Interfaces:
java.io.Serializable
@API(status=INTERNAL)
public final class PrivilegedException
extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PrivilegedException(java.lang.Throwable priviledgedThrowable) -
Method Summary
Modifier and Type Method Description java.lang.ThrowablegetPriviledgedThrowable()
-
Constructor Details
-
PrivilegedException
public PrivilegedException(java.lang.Throwable priviledgedThrowable)
-
-
Method Details
-
getPriviledgedThrowable
public java.lang.Throwable getPriviledgedThrowable()
-