edu.internet2.middleware.grouper.exception
Class AttributeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.exception.AttributeNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class AttributeNotFoundException
- extends java.lang.RuntimeException
Exception thrown when a group attribute is not found.
- Version:
- $Id: AttributeNotFoundException.java,v 1.2 2009-03-15 06:37:23 mchyzer Exp $
- Author:
- blair christensen.
- 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 |
AttributeNotFoundException
public AttributeNotFoundException()
AttributeNotFoundException
public AttributeNotFoundException(java.lang.String msg)
AttributeNotFoundException
public AttributeNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
AttributeNotFoundException
public AttributeNotFoundException(java.lang.Throwable cause)