com.openexchange.admin.rmi.exceptions
Class ProgrammErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.admin.rmi.exceptions.ProgrammErrorException
All Implemented Interfaces:
Serializable

public class ProgrammErrorException
extends Exception

This class is used if a shell script return an exitstatus != 0

Author:
d7
See Also:
Serialized Form

Constructor Summary
ProgrammErrorException()
          Default constructor
ProgrammErrorException(String message)
           
ProgrammErrorException(String message, Throwable cause)
           
ProgrammErrorException(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

ProgrammErrorException

public ProgrammErrorException()
Default constructor


ProgrammErrorException

public ProgrammErrorException(String message)
Parameters:
message -

ProgrammErrorException

public ProgrammErrorException(Throwable cause)
Parameters:
cause -

ProgrammErrorException

public ProgrammErrorException(String message,
                              Throwable cause)
Parameters:
message -
cause -