org.acegisecurity.domain.validation
Class ValidatorNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.domain.DomainException
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
ValidatorNotFoundException
public ValidatorNotFoundException(String msg,
Throwable t)
- Constructs a
ValidatorNotFoundException with the specified
message and root cause.
- Parameters:
msg - the detail messaget - 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.