org.acegisecurity.domain
Class DomainException

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
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

Constructor Summary
DomainException(String msg)
          Constructs a DomainException with the specified message and no root cause.
DomainException(String msg, Throwable t)
          Constructs a DomainException 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

DomainException

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

Parameters:
msg - the detail message
t - 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.