org.ow2.dragon.api.service.common
Class CommonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.dragon.api.service.common.CommonException
All Implemented Interfaces:
java.io.Serializable

public class CommonException
extends java.lang.Exception

Author:
ofabre - eBM WebSourcing
See Also:
Serialized Form

Constructor Summary
CommonException()
           
CommonException(java.lang.String message)
           
CommonException(java.lang.String message, java.lang.Throwable cause)
           
CommonException(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

CommonException

public CommonException()

CommonException

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

CommonException

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

CommonException

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


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.