org.mobicents.servlet.sip.startup
Class SipDeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mobicents.servlet.sip.startup.SipDeploymentException
All Implemented Interfaces:
java.io.Serializable

public class SipDeploymentException
extends java.lang.RuntimeException

Exception occuring when something goes wrong with the deployment of the sip application

Author:
jean.deruelle@gmail.com
See Also:
Serialized Form

Constructor Summary
SipDeploymentException()
           
SipDeploymentException(java.lang.String message)
           
SipDeploymentException(java.lang.String message, java.lang.Throwable cause)
           
SipDeploymentException(java.lang.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SipDeploymentException

public SipDeploymentException()

SipDeploymentException

public SipDeploymentException(java.lang.String message)
Parameters:
message -

SipDeploymentException

public SipDeploymentException(java.lang.Throwable cause)
Parameters:
cause -

SipDeploymentException

public SipDeploymentException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2009. All Rights Reserved.