edu.internet2.middleware.grouper.exception
Class StemAddAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.grouper.exception.StemAddException
                  extended by edu.internet2.middleware.grouper.exception.StemAddAlreadyExistsException
All Implemented Interfaces:
Serializable

public class StemAddAlreadyExistsException
extends StemAddException

See Also:
Serialized Form

Constructor Summary
StemAddAlreadyExistsException()
           
StemAddAlreadyExistsException(String msg)
           
StemAddAlreadyExistsException(String msg, Throwable cause)
           
StemAddAlreadyExistsException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

StemAddAlreadyExistsException

public StemAddAlreadyExistsException()

StemAddAlreadyExistsException

public StemAddAlreadyExistsException(String msg,
                                     Throwable cause)
Parameters:
msg -
cause -

StemAddAlreadyExistsException

public StemAddAlreadyExistsException(String msg)
Parameters:
msg -

StemAddAlreadyExistsException

public StemAddAlreadyExistsException(Throwable cause)
Parameters:
cause -