atg.nucleus
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.nucleus.ValidationException
All Implemented Interfaces:
java.io.Serializable

public class ValidationException
extends java.lang.Exception

This exception is thrown by services implementing Validateable that fail validation.

See Also:
Validateable, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
ValidationException()
          Constructs a new ValidationException
ValidationException(java.lang.String pMessage)
          Constructs a new ValidationException
ValidationException(java.lang.String pMessage, java.lang.Throwable pThrowable)
          Constructs a new ValidationException
ValidationException(java.lang.Throwable pThrowable)
          Constructs a new 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
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

ValidationException

public ValidationException()
Constructs a new ValidationException


ValidationException

public ValidationException(java.lang.String pMessage)
Constructs a new ValidationException


ValidationException

public ValidationException(java.lang.Throwable pThrowable)
Constructs a new ValidationException


ValidationException

public ValidationException(java.lang.String pMessage,
                           java.lang.Throwable pThrowable)
Constructs a new ValidationException