Class SegmentNameMissingException

All Implemented Interfaces:
Serializable

public class SegmentNameMissingException extends CosIdException
Segment Name Missing Exception.
See Also:
  • Constructor Details

    • SegmentNameMissingException

      public SegmentNameMissingException(String name)
      Constructs a new runtime exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
      Parameters:
      name - name of segment
  • Method Details

    • getName

      public String getName()