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