org.acegisecurity.domain.validation
Class ValidatorNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.acegisecurity.AcegiSecurityException
                      extended by org.acegisecurity.domain.DomainException
                          extended by org.acegisecurity.domain.validation.ValidatorNotFoundException
All Implemented Interfaces:
Serializable

public class ValidatorNotFoundException
extends DomainException

Thrown if no Validator could be found that supports a domain object presented for validation.

Version:
$Id: ValidatorNotFoundException.java,v 1.2 2005/11/17 00:55:50 benalex Exp $
Author:
Ben Alex
See Also:
Serialized Form

Constructor Summary
ValidatorNotFoundException(String msg)
          Constructs a DomainException with the specified message and no root cause.
ValidatorNotFoundException(String msg, Throwable t)
          Constructs a ValidatorNotFoundException with the specified message and root cause.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidatorNotFoundException

public ValidatorNotFoundException(String msg,
                                  Throwable t)
Constructs a ValidatorNotFoundException with the specified message and root cause.

Parameters:
msg - the detail message
t - the root cause

ValidatorNotFoundException

public ValidatorNotFoundException(String msg)
Constructs a DomainException with the specified message and no root cause.

Parameters:
msg - the detail message


Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.