org.openuat.channel
Class ExitCodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openuat.channel.ExitCodeException
All Implemented Interfaces:
java.io.Serializable

public class ExitCodeException
extends java.lang.Exception

The exception ExitCodeException is thrown if a systam command returned an error code != 0

See Also:
Serialized Form

Constructor Summary
ExitCodeException()
          paremeterless Constructor
ExitCodeException(java.lang.String msg)
          Constructor that initializes with a message
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExitCodeException

public ExitCodeException()
paremeterless Constructor


ExitCodeException

public ExitCodeException(java.lang.String msg)
Constructor that initializes with a message

Parameters:
msg - the message to display


2005-2006, Rene Mayrhofer.