Class CompositeNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.exception.CompositeNotFoundException
All Implemented Interfaces:
Serializable

public class CompositeNotFoundException extends RuntimeException
Since:
1.0
Version:
$Id: CompositeNotFoundException.java,v 1.2 2009-03-15 06:37:23 mchyzer Exp $
See Also:
  • Constructor Details

    • CompositeNotFoundException

      public CompositeNotFoundException()
    • CompositeNotFoundException

      public CompositeNotFoundException(String msg)
    • CompositeNotFoundException

      public CompositeNotFoundException(String msg, Throwable cause)
    • CompositeNotFoundException

      public CompositeNotFoundException(Throwable cause)