public final class MasqueradingException
extends java.lang.RuntimeException
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.
Constructor and Description |
---|
MasqueradingException(java.lang.Exception rootException) |
MasqueradingException(java.lang.Exception rootException,
java.lang.String prefix) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRootExceptionClassName() |
java.lang.String |
toString() |