Class DuplicatedClassException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.exception.DuplicatedClassException
All Implemented Interfaces:
Serializable

public class DuplicatedClassException extends Exception
Exception DuplicatedClassException
See Also:
  • Constructor Details

    • DuplicatedClassException

      public DuplicatedClassException()
      The default constructor.
    • DuplicatedClassException

      public DuplicatedClassException(Throwable throwable)
      Constructs a new instance of DuplicatedClassException
      Parameters:
      throwable - the parent Throwable
    • DuplicatedClassException

      public DuplicatedClassException(String message)
      Constructs a new instance of DuplicatedClassException
      Parameters:
      message - the throwable message.
    • DuplicatedClassException

      public DuplicatedClassException(String message, Throwable throwable)
      Constructs a new instance of DuplicatedClassException
      Parameters:
      message - the throwable message.
      throwable - the parent of this Throwable.