public class LaserDefinitionDuplicationException extends LaserDefinitionException
| Constructor and Description |
|---|
LaserDefinitionDuplicationException()
Default constructor.
|
LaserDefinitionDuplicationException(java.lang.String message)
Constructor.
|
LaserDefinitionDuplicationException(java.lang.String message,
java.lang.Throwable t)
Constructor.
|
getCausepublic LaserDefinitionDuplicationException()
public LaserDefinitionDuplicationException(java.lang.String message)
message - the text messagepublic LaserDefinitionDuplicationException(java.lang.String message,
java.lang.Throwable t)
message - the text messaget - the root cause exception