Package xal.ca

Class PutException

All Implemented Interfaces:
Serializable

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

    • PutException

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

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

      public PutException(String msg, Throwable cause)