public class LaserConsoleException extends LaserException
| Constructor and Description |
|---|
LaserConsoleException()
Default constructor.
|
LaserConsoleException(java.lang.String message)
Constructor.
|
LaserConsoleException(java.lang.String message,
java.lang.Throwable rootCause)
Constructor.
|
getRootCausepublic LaserConsoleException()
public LaserConsoleException(java.lang.String message)
message - the messagepublic LaserConsoleException(java.lang.String message,
java.lang.Throwable rootCause)
message - the messagerootCause - the root exception