Bees v0.5.0 API

bees.core.kernel
Class BDomainExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--bees.core.kernel.BDomainExistsException
All Implemented Interfaces:
java.io.Serializable

public class BDomainExistsException
extends java.lang.Exception

Exception thrown when trying to create a domain with a specific identifier that already exists.

See Also:
Serialized Form

Constructor Summary
BDomainExistsException(BDomainIdentifier si)
          Construct an empty BDomainExistsException.
BDomainExistsException(BDomainIdentifier si, java.lang.String msg)
          Construct a BDomainExistsException with the given value.
 
Method Summary
 BDomainIdentifier getBDomainIdentifier()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BDomainExistsException

public BDomainExistsException(BDomainIdentifier si)
Construct an empty BDomainExistsException.

BDomainExistsException

public BDomainExistsException(BDomainIdentifier si,
                              java.lang.String msg)
Construct a BDomainExistsException with the given value.
Parameters:
msg - The descriptive message to couple with the exception.
Method Detail

getBDomainIdentifier

public BDomainIdentifier getBDomainIdentifier()
Returns:
The domain identifier that is already in use.

Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/