com.bea.dsp.management.beans
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.dsp.management.beans.ValidationException
All Implemented Interfaces:
java.io.Serializable

public final class ValidationException
extends java.lang.Exception

This is thrown if validation fails.

See Also:
Validatable.validate(), Serialized Form

Constructor Summary
ValidationException()
           
ValidationException(java.lang.String message)
           
ValidationException(java.lang.String message, java.lang.Throwable cause)
           
ValidationException(java.lang.Throwable cause)
           
 
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()

ValidationException

public ValidationException(java.lang.Throwable cause)

ValidationException

public ValidationException(java.lang.String message)

ValidationException

public ValidationException(java.lang.String message,
                           java.lang.Throwable cause)


Copyright © 2007 BEA Systems Inc. All Rights Reserved.