fr.gedeon.telnetservice
Class PromptDecoratorCreateException

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

public class PromptDecoratorCreateException
extends TelnetServiceException

Thrown by the service when an exception occurs while trying to acquire an instance of the prompt decorator provided by a TelnetServiceExtension.

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

Constructor Summary
PromptDecoratorCreateException(String msg)
           
PromptDecoratorCreateException(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

PromptDecoratorCreateException

public PromptDecoratorCreateException(String msg)

PromptDecoratorCreateException

public PromptDecoratorCreateException(String msg,
                                      Throwable cause)


Copyright © 2008. All Rights Reserved.