org.ow2.carol.cmi.smart.server
Class SmartServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.carol.cmi.smart.server.SmartServerException
All Implemented Interfaces:
java.io.Serializable

public class SmartServerException
extends java.lang.Exception

Exception thrown if there is a failure quand start Smart EndPoint.

Author:
new CMI Team
See Also:
Serialized Form

Constructor Summary
SmartServerException()
          Constructs a start Smart EndPoint exception with null as its detail message.
SmartServerException(java.lang.String message)
          Constructs a new runtime exception with the specified detail message.
SmartServerException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new runtime exception with the specified detail message and 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

SmartServerException

public SmartServerException()
Constructs a start Smart EndPoint exception with null as its detail message.


SmartServerException

public SmartServerException(java.lang.String message)
Constructs a new runtime exception with the specified detail message.

Parameters:
message - the detail message.

SmartServerException

public SmartServerException(java.lang.String message,
                            java.lang.Throwable cause)
Constructs a new runtime exception with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause


Copyright © 2008 OW2 Consortium. All Rights Reserved.