com.tibco.amf.platform.runtime.extension.exception
Class NativeServiceRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osoa.sca.ServiceRuntimeException
com.tibco.amf.platform.runtime.extension.exception.NativeServiceRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class NativeServiceRuntimeException
- extends org.osoa.sca.ServiceRuntimeException
Exception that can be thrown by native component adapter.
- Since:
- Feb 9, 2010
- See Also:
- Serialized Form
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 |
NativeServiceRuntimeException
public NativeServiceRuntimeException(java.lang.String message,
java.lang.String nativeExceptionString)
NativeServiceRuntimeException
public NativeServiceRuntimeException(java.lang.String message,
java.lang.String nativeExceptionString,
java.lang.Throwable cause)
setCustomProperties
public void setCustomProperties(java.util.Properties customProperties)
- Parameters:
customProperties
- custom properties that should be set on message before putting on error queue, null or empty are valid
values.
getCustomProperties
public java.util.Properties getCustomProperties()
getNativeExceptionString
public java.lang.String getNativeExceptionString()
- Returns:
- the nativeExceptionString
Copyright © 2010 TIBCO Software Inc. All Rights Reserved.