Class TroubleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tccc.kos.commons.core.service.trouble.TroubleException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotResolvableTroubleException, ResolveInProgressTroubleException

public class TroubleException extends RuntimeException
Base exception for troubles.
Since:
1.0
Version:
2022-09-18
See Also:
  • Constructor Details

    • TroubleException

      public TroubleException(String msg)
    • TroubleException

      public TroubleException(String msg, Throwable t)