Package gnu.io

Class UnSupportedLoggerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
gnu.io.UnSupportedLoggerException
All Implemented Interfaces:
Serializable

public class UnSupportedLoggerException extends Exception
Exception thrown when a method does not support the requested functionality.
Since:
JDK1.0
See Also:
  • Constructor Details

    • UnSupportedLoggerException

      public UnSupportedLoggerException()
      create an instances with no message about why the Exception was thrown.
      Since:
      JDK1.0
    • UnSupportedLoggerException

      public UnSupportedLoggerException(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