Class IdentifierInstantiationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.vinado.lib.identifier.reflection.IdentifierInstantiationException
All Implemented Interfaces:
Serializable

public class IdentifierInstantiationException extends RuntimeException
Exception throw in case the instantiation of an Identifier failed.
Author:
Vincent Nadoll
See Also:
  • Constructor Details

    • IdentifierInstantiationException

      public IdentifierInstantiationException(Constructor<?> constructor, String message, Throwable cause)