org.chorem.jtimer.ui.system
Class UnsupportedSystemInfoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.chorem.jtimer.ui.system.UnsupportedSystemInfoException
All Implemented Interfaces:
Serializable

public class UnsupportedSystemInfoException
extends Exception

Exception thrown when system info is not available.

Version:
$Revision: 2518 $ Last update : $Date: 2009-05-22 13:17:51 +0200 (ven. 22 mai 2009) $ By : $Author: chatellier $
Author:
chatellier
See Also:
Serialized Form

Constructor Summary
UnsupportedSystemInfoException()
          Constructor.
UnsupportedSystemInfoException(String message)
          Constructor.
UnsupportedSystemInfoException(String message, Throwable cause)
          Constructor.
UnsupportedSystemInfoException(Throwable cause)
          Constructor.
 
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

UnsupportedSystemInfoException

public UnsupportedSystemInfoException()
Constructor.


UnsupportedSystemInfoException

public UnsupportedSystemInfoException(String message,
                                      Throwable cause)
Constructor.

Parameters:
message - message
cause - cause

UnsupportedSystemInfoException

public UnsupportedSystemInfoException(String message)
Constructor.

Parameters:
message - message

UnsupportedSystemInfoException

public UnsupportedSystemInfoException(Throwable cause)
Constructor.

Parameters:
cause - cause.


Copyright © 2007-2009 CodeLutin. All Rights Reserved.