com.cafesoft.cams.agent.http
Class ErrorPage
java.lang.Object
|
+--com.cafesoft.cams.agent.http.ErrorPage
- public class ErrorPage
- extends Object
Class that contains the hard coded error page.
- Since:
- 7/16/03
|
Method Summary |
static byte[] |
getBytes(String message)
Get the Error Page html as an array of bytes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBytes
public static final byte[] getBytes(String message)
- Get the Error Page html as an array of bytes.
- Parameters:
message - an optional error message to include.
- Returns:
- an array of bytes that compose the error page with the
optionally included error page.
Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.