com.openexchange.admin.exceptions
Class OXMailToolException

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

public class OXMailToolException
extends Exception

See Also:
Serialized Form

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

OXMailToolException

public OXMailToolException()

OXMailToolException

public OXMailToolException(String message)
Parameters:
message -

OXMailToolException

public OXMailToolException(Throwable cause)
Parameters:
cause -

OXMailToolException

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