public final class HessianUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
writeFault(java.lang.String code,
java.lang.String message,
java.lang.String detail,
java.io.OutputStream os)
Creates and writes a Hessian fault using the provided code, message and detail to the
provided output stream.
|
public static void writeFault(java.lang.String code,
java.lang.String message,
java.lang.String detail,
java.io.OutputStream os)
throws java.io.IOException
code - the error code of the messagemessage - the error messagedetail - an error detailos - the output stream to write the message tojava.io.IOException - if an error occurs writing to the output streamCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.