Package com.penta.issacweb
Class IssacWebServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.penta.issacweb.IssacWebServerException
-
- All Implemented Interfaces:
java.io.Serializable
public class IssacWebServerException extends java.lang.RuntimeExceptionA Exception thrown by IssacWebServer- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IssacWebServerException()IssacWebServerException(java.lang.String msg)Constructs IssacWebServerException with the specified detail message
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()Returns a short description about the exception
-