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