Class SubjectNotUniqueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.subject.SubjectNotUniqueException
All Implemented Interfaces:
Serializable

public class SubjectNotUniqueException extends RuntimeException
Indicates that a Subject that a subject assumed to be unique is not.
See Also:
  • Constructor Details

    • SubjectNotUniqueException

      public SubjectNotUniqueException(String msg)
      Parameters:
      msg -
    • SubjectNotUniqueException

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