org.productivity.java.syslog4j
Class SyslogRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.productivity.java.syslog4j.SyslogRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class SyslogRuntimeException
extends java.lang.RuntimeException

SyslogRuntimeException provides an extension of RuntimeException thrown by the majority of the classes within Syslog4j.

Syslog4j is licensed under the Lesser GNU Public License v2.1. A copy of the LGPL license is available in the META-INF folder in all distributions of Syslog4j and in the base directory of the "doc" ZIP.

Version:
$Id: SyslogRuntimeException.java,v 1.3 2008/11/13 14:48:36 cvs Exp $
Author:
<syslog4j@productivity.org>
See Also:
Serialized Form

Constructor Summary
SyslogRuntimeException(java.lang.String arg0)
           
SyslogRuntimeException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyslogRuntimeException

public SyslogRuntimeException(java.lang.String arg0)

SyslogRuntimeException

public SyslogRuntimeException(java.lang.Throwable arg0)