org.objectweb.carol.cmi
Class ServerConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.carol.cmi.ServerConfigException
All Implemented Interfaces:
java.io.Serializable

public class ServerConfigException
extends java.lang.Exception

Thrown when a bad configuration parameter prevents the operation to succeed

Author:
Simon Nieuviarts
See Also:
Serialized Form

Constructor Summary
ServerConfigException(java.lang.String msg)
          Creates an exception with a message
ServerConfigException(java.lang.String msg, java.lang.Throwable ex)
          Creates an exception with a message and an exception
 
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

ServerConfigException

public ServerConfigException(java.lang.String msg)
Creates an exception with a message

Parameters:
msg - message

ServerConfigException

public ServerConfigException(java.lang.String msg,
                             java.lang.Throwable ex)
Creates an exception with a message and an exception

Parameters:
msg - message
ex - source exception