Package xal.ca

Class GetException

All Implemented Interfaces:
Serializable

public class GetException extends ChannelException
Author:
CKAllen
See Also:
  • Constructor Details

    • GetException

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

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

      public GetException(String msg, Throwable cause)