org.objectweb.jonas.ear
Class EarServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.objectweb.jonas.service.ServiceException
                  extended by org.objectweb.jonas.ear.EarServiceException
All Implemented Interfaces:
java.io.Serializable

public class EarServiceException
extends ServiceException

The class EarServiceException that indicates conditions that a reasonable application might want to catch.

Author:
Ludovic Bert, Florent Benoit
See Also:
Serialized Form

Constructor Summary
EarServiceException(java.lang.String message)
          Constructs a new EarServiceException with the specified message.
EarServiceException(java.lang.String message, java.lang.Throwable throwable)
          Constructs a new EarServiceException with the specified message.
 
Method Summary
 
Methods inherited from class org.objectweb.jonas.service.ServiceException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EarServiceException

public EarServiceException(java.lang.String message)
Constructs a new EarServiceException with the specified message.

Parameters:
message - the detail message.

EarServiceException

public EarServiceException(java.lang.String message,
                           java.lang.Throwable throwable)
Constructs a new EarServiceException with the specified message.

Parameters:
message - the detail message.
throwable - the exception