org.acegisecurity.domain
Class DomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.domain.DomainException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ValidatorNotFoundException
public abstract class DomainException
- extends org.acegisecurity.AcegiSecurityException
Abstract superclass for all exceptions related to domain object support
subproject.
- Version:
- $Id: DomainException.java,v 1.2 2005/11/17 00:56:47 benalex Exp $
- Author:
- Ben Alex
- See Also:
- Serialized Form
DomainException
public DomainException(String msg,
Throwable t)
- Constructs a
DomainException with the specified message and
root cause.
- Parameters:
msg - the detail messaget - the root cause
DomainException
public DomainException(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.