public class LaserException
extends java.lang.Exception
| Constructor and Description |
|---|
LaserException()
Default constructor.
|
LaserException(java.lang.String message)
Constructor.
|
LaserException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getRootCause()
Return the root exception.
|
public LaserException()
public LaserException(java.lang.String message)
message - the messagepublic LaserException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the root exception