Class ServiceConstructionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
generic.depends.err.ServiceConstructionException
All Implemented Interfaces:
Serializable

public class ServiceConstructionException extends Exception
See Also:
  • Constructor Details

    • ServiceConstructionException

      public ServiceConstructionException(String message, Throwable cause)
  • Method Details

    • unwrap

      public <E extends Throwable> void unwrap(Class<E> cls) throws E
      Throws:
      E