public class ServiceException
extends java.lang.Exception
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceException(java.lang.String message) |
protected |
ServiceException(java.lang.String message,
java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace()
Saves about 95% of throwing time according to tests.
|