Buju 0.4

biz.bbeans.buju
Class BServerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bybiz.bbeans.buju.BServerException
All Implemented Interfaces:
Serializable

public class BServerException
extends Exception

An exception related to admin commands in the BServer application.

See Also:
Serialized Form

Constructor Summary
BServerException(String message)
          Create a BServerException with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BServerException

public BServerException(String message)
Create a BServerException with the given message. The message should be localized.

Parameters:
message - Localized exception message.

Buju 0.4