Package xal.ca

Class BatchConnectionRuntimeException

All Implemented Interfaces:
Serializable

public class BatchConnectionRuntimeException extends RuntimeException
Author:
Juan F. Esteban Müller <JuanF.EstebanMuller@ess.eu>
See Also:
  • Constructor Details

    • BatchConnectionRuntimeException

      public BatchConnectionRuntimeException()
      Creates new BatchConnectionRuntimeException without detail message.
    • BatchConnectionRuntimeException

      public BatchConnectionRuntimeException(String msg)
      Constructs an BatchConnectionRuntimeException with the specified detail message.
      Parameters:
      msg - the detail message.
    • BatchConnectionRuntimeException

      public BatchConnectionRuntimeException(String msg, Exception exception)
      Constructs an BatchConnectionRuntimeException with the specified detail message.
      Parameters:
      msg - the detail message.