Class ByteServerException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----ByteServerException

public class ByteServerException
extends Exception

NetRand Project

Software Engineering - CS536

University of Wisconsin - Milwaukee

Authors:


File: ByteServerException.java

defines an exception for the RandomBytesServer class


Constructor Index

 o ByteServerException()
 o ByteServerException(String)

Constructors

 o ByteServerException
 public ByteServerException()
 o ByteServerException
 public ByteServerException(String s)