org.exoplatform.services.wsrp.exceptions
Class WSRPException

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

public class WSRPException
extends java.lang.Exception

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

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

WSRPException

public WSRPException(java.lang.String fault,
                     java.lang.Throwable t)
Method Detail

getFault

public java.lang.String getFault()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.