Class TimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.syncope.core.provisioning.api.TimeoutException
All Implemented Interfaces:
Serializable

public class TimeoutException extends RuntimeException
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()
      Creates a new instance of TimeoutException without detail message.
    • TimeoutException

      public TimeoutException(String msg)
      Constructs an instance of TimeoutException with the specified detail message.
      Parameters:
      msg - the detail message.