Sonic ESB API

com.sonicsw.esb.service.common
Class SFCRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sonicsw.esb.service.common.SFCRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class SFCRuntimeException
extends java.lang.RuntimeException

Unchecked exception that wraps an SFCServiceException. This class is used to wrap SFC exceptions that can be propagated to the ESB framework without requiring any handling in custom service code.

See Also:
Serialized Form

Constructor Summary
SFCRuntimeException(java.lang.Exception cause)
           
SFCRuntimeException(SFCServiceException 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SFCRuntimeException

public SFCRuntimeException(SFCServiceException cause)

SFCRuntimeException

public SFCRuntimeException(java.lang.Exception cause)

Sonic ESB API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.