org.ow2.jonas.cmi.internal
Class CmiServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jonas.cmi.internal.CmiServiceException
All Implemented Interfaces:
Serializable

public class CmiServiceException
extends Exception

Cmi service Exceptions.

Author:
eyindanga
See Also:
Serialized Form

Constructor Summary
CmiServiceException()
          Default constructor.
CmiServiceException(String message)
          Constructor using fields.
 
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

CmiServiceException

public CmiServiceException()
Default constructor.


CmiServiceException

public CmiServiceException(String message)
Constructor using fields.

Parameters:
message - message of the exception.


Copyright © 2010 OW2 Consortium. All Rights Reserved.