gnu.io
Class UnSupportedLoggerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygnu.io.UnSupportedLoggerException
All Implemented Interfaces:
java.io.Serializable

public class UnSupportedLoggerException
extends java.lang.Exception

Exception thrown when a method does not support the requested functionality.

Since:
JDK1.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnSupportedLoggerException()
          create an instances with no message about why the Exception was thrown.
UnSupportedLoggerException(java.lang.String str)
          create an instance with a message about why the Exception was thrown.
 
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

UnSupportedLoggerException

public UnSupportedLoggerException()
create an instances with no message about why the Exception was thrown.

Since:
JDK1.0

UnSupportedLoggerException

public UnSupportedLoggerException(java.lang.String str)
create an instance with a message about why the Exception was thrown.

Parameters:
str - A detailed message explaining the reason for the Exception.
Since:
JDK1.0