Class MasqueradingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.systemsx.cisd.common.exceptions.MasqueradingException
- All Implemented Interfaces:
Serializable
A
RuntimeException extension which almost clones given rootException without saving it as cause.
This means that it does not contain any third-party specific or proprietary Exception extension that the client does not know about
and does not understand.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMasqueradingException(Exception rootException) MasqueradingException(Exception rootException, String prefix) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace