Class AbstractServiceExceptionBuilder<T extends ServiceException>

java.lang.Object
org.bremersee.exception.AbstractServiceExceptionBuilder<T>
Type Parameters:
T - the exception type
All Implemented Interfaces:
Serializable, ServiceExceptionBuilder<T>

public abstract class AbstractServiceExceptionBuilder<T extends ServiceException> extends Object implements ServiceExceptionBuilder<T>
The abstract service exception builder.
Author:
Christian Bremer
See Also: