Class BeamException

All Implemented Interfaces:
Serializable

public class BeamException extends Exception
Author:
Christopher Allen
See Also:
  • Constructor Details

    • BeamException

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

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