| com.sun.jbi.binding.security.Error
Error | public interface Error (Code) | | Defines the Error interface for the ErrorHandler processError() callback method.
author: Sun Microsystems, Inc. |
getCode | String getCode()(Code) | | the ErrorCode associated with this error |
getContext | Context getContext()(Code) | | the Error Context ( as name value pairs ) |
getLongDescription | String getLongDescription()(Code) | | the long description associated with the error |
getShortDescription | String getShortDescription()(Code) | | the short description associated with the error |
isFatal | boolean isFatal()(Code) | | true if this Error is fatal |
|
|