LaColla.core.util.exceptions
Class UndeliverableInstantMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by LaColla.core.util.exceptions.UndeliverableInstantMessageException
All Implemented Interfaces:
java.io.Serializable

public class UndeliverableInstantMessageException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
UndeliverableInstantMessageException()
           
UndeliverableInstantMessageException(java.lang.String arg0)
           
UndeliverableInstantMessageException(java.lang.String arg0, java.lang.Throwable arg1)
           
UndeliverableInstantMessageException(java.lang.Throwable arg0)
           
 
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

UndeliverableInstantMessageException

public UndeliverableInstantMessageException()

UndeliverableInstantMessageException

public UndeliverableInstantMessageException(java.lang.String arg0)

UndeliverableInstantMessageException

public UndeliverableInstantMessageException(java.lang.String arg0,
                                            java.lang.Throwable arg1)

UndeliverableInstantMessageException

public UndeliverableInstantMessageException(java.lang.Throwable arg0)