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