net.sf.myjaut.cmd
Class HttpCommandNokException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.myjaut.cmd.HttpCommandException
              extended by net.sf.myjaut.cmd.HttpCommandNokException
All Implemented Interfaces:
java.io.Serializable

public class HttpCommandNokException
extends HttpCommandException

See Also:
Serialized Form

Constructor Summary
HttpCommandNokException(java.lang.String id, java.lang.String message)
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

HttpCommandNokException

public HttpCommandNokException(java.lang.String id,
                               java.lang.String message)
Method Detail

getId

public java.lang.String getId()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.