com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.utils
Class WsrfrlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.utils.WsrfrlException
All Implemented Interfaces:
java.io.Serializable

public class WsrfrlException
extends java.lang.Exception

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
WsrfrlException(java.lang.String msg)
           
WsrfrlException(java.lang.String faultCode, java.lang.String msg)
           
WsrfrlException(java.lang.String faultCode, java.lang.String msg, java.lang.Throwable t)
           
WsrfrlException(java.lang.String msg, java.lang.Throwable t)
           
WsrfrlException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getFaultCode()
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

WsrfrlException

public WsrfrlException(java.lang.String faultCode,
                       java.lang.String msg,
                       java.lang.Throwable t)

WsrfrlException

public WsrfrlException(java.lang.String msg,
                       java.lang.Throwable t)

WsrfrlException

public WsrfrlException(java.lang.Throwable t)

WsrfrlException

public WsrfrlException(java.lang.String msg)

WsrfrlException

public WsrfrlException(java.lang.String faultCode,
                       java.lang.String msg)
Method Detail

getFaultCode

public final java.lang.String getFaultCode()


Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.