Class TimeOutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.europa.together.exceptions.TimeOutException
All Implemented Interfaces:
Serializable

public class TimeOutException extends Exception
Exception for several Timeouts.
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.