fr.gedeon.telnetservice
Class PromptDecoratorInitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.gedeon.telnetservice.TelnetServiceException
              extended by fr.gedeon.telnetservice.PromptDecoratorInitializationException
All Implemented Interfaces:
Serializable

public class PromptDecoratorInitializationException
extends TelnetServiceException

Thrown by a PromptDecorator implementation when it fails to initialize.

Author:
wgedeon@gmail.com
See Also:
Serialized Form

Constructor Summary
PromptDecoratorInitializationException(String msg)
           
PromptDecoratorInitializationException(String msg, Throwable cause)
           
 
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

PromptDecoratorInitializationException

public PromptDecoratorInitializationException(String msg)

PromptDecoratorInitializationException

public PromptDecoratorInitializationException(String msg,
                                              Throwable cause)


Copyright © 2008. All Rights Reserved.