Class WrsValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WrsValidationException
    extends java.lang.Exception
    validation exception that may be thrown by DataSaver or another class of WRS components during web row set validation. This exception has a special handling in SOAPFaultMessage which serializes the contained WrsValidationResult into a soap fault envelope so it can be handled on the client
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WrsValidationResult getValidationResult()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait