josx.rcxcomm
Class TowerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by josx.rcxcomm.TowerException
All Implemented Interfaces:
java.io.Serializable

public class TowerException
extends java.lang.Exception

Exception of Tower.

See Also:
Serialized Form

Constructor Summary
TowerException(int status)
           
TowerException(java.lang.String message)
           
 
Method Summary
static java.lang.String errorMessage(int status)
          Converts an status code to a human readable string.
 
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

TowerException

public TowerException(java.lang.String message)
Parameters:
message -

TowerException

public TowerException(int status)
Parameters:
status - status code from tower
Method Detail

errorMessage

public static java.lang.String errorMessage(int status)
Converts an status code to a human readable string.

Parameters:
status -