edu.internet2.middleware.grouper.exception
Class AttributeDefNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.exception.AttributeDefNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class AttributeDefNotFoundException
- extends java.lang.RuntimeException
Exception thrown when an attributeDef is not found within the
Registry.
- Version:
- $Id: AttributeDefNotFoundException.java,v 1.1 2009-06-24 06:22:24 mchyzer Exp $
- Author:
- mchyzer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AttributeDefNotFoundException
public AttributeDefNotFoundException()
AttributeDefNotFoundException
public AttributeDefNotFoundException(java.lang.String msg)
- Parameters:
msg
-
AttributeDefNotFoundException
public AttributeDefNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
- Parameters:
msg
- cause
-
AttributeDefNotFoundException
public AttributeDefNotFoundException(java.lang.Throwable cause)
- Parameters:
cause
-