asit.moa.client.exception
Class DeliveryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byasit.moa.client.exception.DeliveryException
All Implemented Interfaces:
Serializable

public class DeliveryException
extends Exception

Author:
troessler
See Also:
Serialized Form

Constructor Summary
DeliveryException()
           
DeliveryException(String message)
           
DeliveryException(String message, String htmlmessage)
           
 
Method Summary
 String getHtmlMessage()
           
 void setHtmlMessage(String string)
           
 
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

DeliveryException

public DeliveryException()

DeliveryException

public DeliveryException(String message)
Parameters:
message -

DeliveryException

public DeliveryException(String message,
                         String htmlmessage)
Parameters:
message -
Method Detail

getHtmlMessage

public String getHtmlMessage()
Returns:

setHtmlMessage

public void setHtmlMessage(String string)
Parameters:
string -


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