notio
Class RelationAddError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--notio.OperationError
                    |
                    +--notio.RelationAddError
All Implemented Interfaces:
java.io.Serializable

public class RelationAddError
extends OperationError

Error thrown when the addition of a relation gives rise to an error.

See Also:
Serialized Form

Constructor Summary
RelationAddError(java.lang.String message)
          Constructs an error with the specified message.
RelationAddError(java.lang.String message, java.lang.Throwable newSubThrowable)
          Constructs an error with the specified message and sub-throwable.
 
Methods inherited from class notio.OperationError
getSubThrowable, setSubThrowable
 
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

RelationAddError

public RelationAddError(java.lang.String message)
Constructs an error with the specified message.
Parameters:
message - The details of the error.

RelationAddError

public RelationAddError(java.lang.String message,
                        java.lang.Throwable newSubThrowable)
Constructs an error with the specified message and sub-throwable.
Parameters:
message - the details of the error.
newSubThrowable - the sub-throwable to be embedded in this error.


Copyright 1998-2001 Finnegan Southey