public class DecoratorChainException extends HerajException
FunctionDecorator
.Constructor and Description |
---|
DecoratorChainException(java.lang.String message,
java.lang.Throwable cause)
DecoratorChainException constructor.
|
DecoratorChainException(java.lang.Throwable cause)
DecoratorChainException constructor.
|
public DecoratorChainException(java.lang.Throwable cause)
cause
- a cause of decorator chain. It its DecoratorChainException
, keep cause of
it.public DecoratorChainException(java.lang.String message, java.lang.Throwable cause)
message
- a messagecause
- a cause of decorator chain. It its DecoratorChainException
, keep cause of
it.