Class ServiceConstructionException

All Implemented Interfaces:
Serializable

public class ServiceConstructionException extends UncheckedException
See Also:
  • Constructor Details

    • ServiceConstructionException

      public ServiceConstructionException(Message msg, Throwable t)
    • ServiceConstructionException

      public ServiceConstructionException(Message msg)
    • ServiceConstructionException

      public ServiceConstructionException(Throwable cause)
    • ServiceConstructionException

      public ServiceConstructionException(String msg, Logger log)
    • ServiceConstructionException

      public ServiceConstructionException(String msg, Logger log, Throwable cause)