org.ow2.petals.component.framework.api.exception
Class PEtALSCDKException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jbi.JBIException
              extended by org.ow2.petals.component.framework.api.exception.PEtALSCDKException
All Implemented Interfaces:
Serializable

public class PEtALSCDKException
extends javax.jbi.JBIException

The generic CDK exception.

Since:
1.0
Author:
chamerling - EBM WebSourcing
See Also:
Serialized Form

Constructor Summary
PEtALSCDKException(String message)
           
PEtALSCDKException(String message, Throwable cause)
           
PEtALSCDKException(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

PEtALSCDKException

public PEtALSCDKException(String message,
                          Throwable cause)

PEtALSCDKException

public PEtALSCDKException(String message)

PEtALSCDKException

public PEtALSCDKException(Throwable cause)


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.