unsw.cse.mica.blackboard.secure
Class AgentClassificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by unsw.cse.mica.MicaException
              extended by unsw.cse.mica.blackboard.secure.AgentClassificationException
All Implemented Interfaces:
java.io.Serializable

public class AgentClassificationException
extends MicaException

An exception indicating that agent classification has failed.

Author:
mmcgill
See Also:
Serialized Form

Constructor Summary
AgentClassificationException(java.lang.String msg)
           
AgentClassificationException(java.lang.String msg, java.lang.Throwable cause)
           
AgentClassificationException(java.lang.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

AgentClassificationException

public AgentClassificationException(java.lang.String msg)

AgentClassificationException

public AgentClassificationException(java.lang.String msg,
                                    java.lang.Throwable cause)

AgentClassificationException

public AgentClassificationException(java.lang.Throwable cause)