public class RadarServerException
extends java.lang.Exception
| Constructor and Description |
|---|
RadarServerException(java.lang.String msg)
Construct a new Exception with message msg.
|
RadarServerException(java.lang.String message,
java.lang.Throwable cause)
Construct a new RadarServerException.
|
public RadarServerException(java.lang.String msg)
msg - error messagepublic RadarServerException(java.lang.String message,
java.lang.Throwable cause)
message - the detailed exception messagecause - the cause of this exception