public class HealthCenterException
extends java.lang.Exception
| Constructor and Description |
|---|
HealthCenterException()
Constructs a HealthCenterException object with
null as its error detail message. |
HealthCenterException(java.lang.String message)
Constructs a HealthCenterException object with the specified detail message.
|
HealthCenterException(java.lang.String message,
java.lang.Throwable cause)
Constructs a HealthCenterException object with the specified detail message and cause.
|
HealthCenterException(java.lang.Throwable cause)
Constructs a HealthCenterException object with the specified cause.
|
public HealthCenterException()
null as its error detail message.public HealthCenterException(java.lang.String message)
public HealthCenterException(java.lang.Throwable cause)
public HealthCenterException(java.lang.String message,
java.lang.Throwable cause)