org.exoplatform.services.wsrp2.exceptions
Class WSRPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.services.wsrp2.exceptions.WSRPException
All Implemented Interfaces:
Serializable

public class WSRPException
extends Exception

Author:
Mestrallet Benjamin benjmestrallet@users.sourceforge.net
See Also:
Serialized Form

Constructor Summary
WSRPException()
           
WSRPException(String fault)
           
WSRPException(String fault, Throwable t)
           
 
Method Summary
 String getFault()
           
 
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

WSRPException

public WSRPException()

WSRPException

public WSRPException(String fault)

WSRPException

public WSRPException(String fault,
                     Throwable t)
Method Detail

getFault

public String getFault()


Copyright © 2009 eXo Platform SAS. All Rights Reserved.