Class MasqueradingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ch.systemsx.cisd.common.exceptions.MasqueradingException
-
- All Implemented Interfaces:
java.io.Serializable
public final class MasqueradingException extends java.lang.RuntimeException
ARuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MasqueradingException(java.lang.Exception rootException)
MasqueradingException(java.lang.Exception rootException, java.lang.String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRootExceptionClassName()
java.lang.String
toString()
-