org.ow2.petals.kernel.api.server
Class PetalsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.kernel.api.server.PetalsException
All Implemented Interfaces:
java.io.Serializable

public class PetalsException
extends java.lang.Exception

Exception of the PEtALS container

Since:
PEtALS 1.0
Version:
$Rev: 6254 $ $Date: 2007-12-13 10:49:31 +0000 (jeu., 13 déc. 2007) $
Author:
Rafael Marins
See Also:
Serialized Form

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

PetalsException

public PetalsException()
Default constructor


PetalsException

public PetalsException(java.lang.String message)
Parameters:
message - the detail message (which is saved for later retrieval).

PetalsException

public PetalsException(java.lang.String message,
                       java.lang.Throwable cause)
Parameters:
message - the detail message (which is saved for later retrieval).
cause - the cause (which is saved for later retrieval). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

PetalsException

public PetalsException(java.lang.Throwable cause)
Parameters:
cause - the cause (which is saved for later retrieval). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)


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