|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sonicsw.esb.service.common.SFCRuntimeException
public class SFCRuntimeException
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.
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 |
---|
public SFCRuntimeException(SFCServiceException cause)
public SFCRuntimeException(java.lang.Exception cause)
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |