InterceptionError.java :  » Testing » UISpec4J » org » uispec4j » interception » Java Open Source

Java Open Source » Testing » UISpec4J 
UISpec4J » org » uispec4j » interception » InterceptionError.java
package org.uispec4j.interception;

public class InterceptionError extends Error {
  public InterceptionError(String message, Throwable cause) {
    super(message, cause);
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.