com.ail.core.command
Class AccessorError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.ail.core.BaseError
              extended by com.ail.core.command.AccessorError
All Implemented Interfaces:
java.io.Serializable

public class AccessorError
extends BaseError

This error is thrown by command accessors when they fail to contact the command they relate to.

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Constructor Summary
AccessorError(BaseException e)
          Constructor Turn a BaseException into a AccessorError
AccessorError(java.lang.String description)
           
 
Method Summary
 
Methods inherited from class com.ail.core.BaseError
getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessorError

public AccessorError(java.lang.String description)

AccessorError

public AccessorError(BaseException e)
Constructor Turn a BaseException into a AccessorError

Parameters:
e - BaseException to convert.