public class BeceemWimaxException
extends java.lang.Exception
Constructor and Description |
---|
BeceemWimaxException()
Create an instance with no message about why the Exception was thrown.
|
BeceemWimaxException(java.lang.String msg)
Creates an instance with a message about why the Exception was thrown.
|
BeceemWimaxException(java.lang.String msg,
java.lang.Throwable e)
Creates an instance with a message about why the Exception was thrown.
|
public BeceemWimaxException()
public BeceemWimaxException(java.lang.String msg)
msg
- - detailed message explaining the reason for the Exception.public BeceemWimaxException(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.