fr.gedeon.telnetservice
Class TelnetServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gedeon.telnetservice.TelnetServiceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- OutputFormatException, PromptDecoratorCreateException, PromptDecoratorInitializationException, StateEntryNotFoundException
public class TelnetServiceException
- extends Exception
- implements Serializable
This is the common exception thrown by the different telnet service components.
- Author:
- wgedeon
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TelnetServiceException
public TelnetServiceException(String msg)
- Constructor with message
- Parameters:
msg
- the exception message, will be returned when Throwable.getMessage()
is called.
TelnetServiceException
public TelnetServiceException(String msg,
Throwable _rootCause)
- Constructor with message and root cause
- Parameters:
msg
- the exception message, will be returned when Throwable.getMessage()
is called._rootCause
- the throwable that caused the throwing of this exception, the root or evil.
Copyright © 2008. All Rights Reserved.