com.opensymphony.module.propertyset.verifiers
Class VerifyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.opensymphony.module.propertyset.verifiers.VerifyException
All Implemented Interfaces:
java.io.Serializable

public class VerifyException
extends java.lang.RuntimeException

Version:
$Revision: 1.3 $
Author:
Hani Suleiman
See Also:
Serialized Form

Constructor Summary
VerifyException()
           
VerifyException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VerifyException

public VerifyException()

VerifyException

public VerifyException(java.lang.String msg)

See www.opensymphony.com for more information.