com.oakgrovesystems.mediation
Class ChangeNotApplicableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.oakgrovesystems.mediation.ChangeNotApplicableException
All Implemented Interfaces:
java.io.Serializable

public class ChangeNotApplicableException
extends java.lang.Exception

A subclass of Exception thrown when a Change can not be applied.

Author:
Craig Vieregg
See Also:
Serialized Form

Constructor Summary
ChangeNotApplicableException()
          Creates a new ChangeNotApplicableException.
ChangeNotApplicableException(java.lang.String detailMessage)
          Creates a new ChangeNotApplicableException with the specified detail 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

ChangeNotApplicableException

public ChangeNotApplicableException()
Creates a new ChangeNotApplicableException.


ChangeNotApplicableException

public ChangeNotApplicableException(java.lang.String detailMessage)
Creates a new ChangeNotApplicableException with the specified detail message.

Parameters:
detailMessage - The String providing additional information about the exceptional condition.


Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.