org.netbeans.modules.j2ee.deployment.common.api
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.netbeans.modules.j2ee.deployment.common.api.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends Exception

Thrown when plugin verify service fails the validation of an J2EE module.

See Also:
Serialized Form

Constructor Summary
ValidationException(String message)
          Creates a new instance of ValidationException
 
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

ValidationException

public ValidationException(String message)
Creates a new instance of ValidationException


 

Built on March 27 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.