SMILA (incubation) API documentation

org.eclipse.smila.blackboard
Class BlackboardAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.blackboard.BlackboardAccessException
All Implemented Interfaces:
java.io.Serializable

public class BlackboardAccessException
extends java.lang.Exception

The Class BlackboardAccessException.

See Also:
Serialized Form

Constructor Summary
BlackboardAccessException(java.lang.String message)
          Instantiates a new blackboard access exception.
BlackboardAccessException(java.lang.Throwable e)
          Instantiates a new blackboard access exception.
 
Method Summary
 
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

BlackboardAccessException

public BlackboardAccessException(java.lang.Throwable e)
Instantiates a new blackboard access exception.

Parameters:
e - the e

BlackboardAccessException

public BlackboardAccessException(java.lang.String message)
Instantiates a new blackboard access exception.

Parameters:
message - the message

SMILA (incubation) API documentation