asit.control
Class FlowControlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byasit.control.FlowControlException
All Implemented Interfaces:
Serializable

public class FlowControlException
extends Exception

Author:
atauber TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Field Summary
 String shortMessage_
           
 
Constructor Summary
FlowControlException(String shortMessage, String message)
           
 
Method Summary
 String getShortMessage()
           
 
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
 

Field Detail

shortMessage_

public String shortMessage_
Constructor Detail

FlowControlException

public FlowControlException(String shortMessage,
                            String message)
Parameters:
message -
Method Detail

getShortMessage

public String getShortMessage()
Returns:
Returns the shortMessage_.


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.