it.jnrpe.server.console
Class UnknownCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.jnrpe.server.console.UnknownCommandException
All Implemented Interfaces:
Serializable

public class UnknownCommandException
extends Exception

See Also:
Serialized Form

Constructor Summary
UnknownCommandException()
           
UnknownCommandException(String message)
           
UnknownCommandException(String message, Throwable cause)
           
UnknownCommandException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownCommandException

public UnknownCommandException()

UnknownCommandException

public UnknownCommandException(String message,
                               Throwable cause)

UnknownCommandException

public UnknownCommandException(String message)

UnknownCommandException

public UnknownCommandException(Throwable cause)


Copyright © 2014. All Rights Reserved.