metaglue
Class SpreadException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--metaglue.AgentException
                    |
                    +--metaglue.StartAgentException
                          |
                          +--metaglue.SpreadException

public class SpreadException
extends StartAgentException

See Also:
Serialized Form

Fields inherited from class metaglue.AgentException
detail
 
Constructor Summary
SpreadException(String message)
           
SpreadException(String message, Throwable e)
           
 
Methods inherited from class metaglue.AgentException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpreadException

public SpreadException(String message,
                       Throwable e)

SpreadException

public SpreadException(String message)