LaColla.core.util
Class MsgServiceCreateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by LaColla.core.util.MsgServiceCreateException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MsgServiceUnavailException

public class MsgServiceCreateException
extends java.io.IOException

Author:
Xavier thrown if something goes wrong when creating a service. If it is expected that the failure is not permanent, i.e. that another try to create a service may succeed, e.g. because a remote server is up again, then use MsgServiceUnavailException.
See Also:
Serialized Form

Constructor Summary
MsgServiceCreateException(java.lang.Exception e)
           
MsgServiceCreateException(java.lang.String s)
           
MsgServiceCreateException(java.lang.String s, java.lang.Exception e)
           
 
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

MsgServiceCreateException

public MsgServiceCreateException(java.lang.String s)

MsgServiceCreateException

public MsgServiceCreateException(java.lang.Exception e)

MsgServiceCreateException

public MsgServiceCreateException(java.lang.String s,
                                 java.lang.Exception e)