Package me.ahoo.cosid.jdbc.exception
Class SegmentNameMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.ahoo.cosid.CosIdException
me.ahoo.cosid.jdbc.exception.SegmentNameMissingException
- All Implemented Interfaces:
Serializable
Segment Name Missing Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new runtime exception withnullas its detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SegmentNameMissingException
Constructs a new runtime exception withnullas its detail message. The cause is not initialized, and may subsequently be initialized by a call toThrowable.initCause(java.lang.Throwable).- Parameters:
name- name of segment
-
-
Method Details
-
getName
-