public class ServicesException
extends java.lang.RuntimeException
Throwable that indicates conditions that a reasonable application might
want to catch.| Constructor and Description |
|---|
ServicesException(java.lang.String message)
A form of
Throwable that indicates conditions that a reasonable application might
want to catch. |
public ServicesException(java.lang.String message)
Throwable that indicates conditions that a reasonable application might
want to catch.message - the detail message (which is saved for later retrieval by the
Throwable.getMessage() method).