com.dalsemi.system
Class SystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.dalsemi.system.SystemException

public class SystemException
extends java.lang.RuntimeException

Exceptions thrown by the HTTPServer class.

See Also:
Serialized Form

Constructor Summary
SystemException()
          Creates a generic SystemException
SystemException(java.lang.String error)
          Creates an SystemException with error String.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemException

public SystemException()
Creates a generic SystemException

SystemException

public SystemException(java.lang.String error)
Creates an SystemException with error String.
Parameters:
error - the detail message.