public class BeceemWimaxFirmwareLoadException extends BeceemWimaxException
Constructor and Description |
---|
BeceemWimaxFirmwareLoadException()
Create an instance with no message about why the Exception was thrown.
|
BeceemWimaxFirmwareLoadException(java.lang.String msg)
Creates an instance with a message about why the Exception was thrown.
|
BeceemWimaxFirmwareLoadException(java.lang.String msg,
java.lang.Throwable e)
Creates an instance with a message about why the Exception was thrown.
|
public BeceemWimaxFirmwareLoadException()
public BeceemWimaxFirmwareLoadException(java.lang.String msg)
msg
- - detailed message explaining the reason for the Exception.public BeceemWimaxFirmwareLoadException(java.lang.String msg, java.lang.Throwable e)
msg
- - message explaining the reason for the exception
as String
e
- - nested exception as Throwable
Copyright © 2009 Eurotech Inc. All rights reserved.