-
public class BaseExceptionHolder extends BaseExceptionProvider
Base exception holder class
-
-
Constructor Summary
Constructors Constructor Description BaseExceptionHolder()BaseExceptionHolder(Exception exception)
-
Method Summary
Modifier and Type Method Description ExceptiongetException()voidsetException(Exception exception)-
-
Constructor Detail
-
BaseExceptionHolder
BaseExceptionHolder()
-
BaseExceptionHolder
BaseExceptionHolder(Exception exception)
-
-
Method Detail
-
getException
Exception getException()
-
setException
void setException(Exception exception)
-
-
-
-