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
 

Method Detail

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 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.