| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.management.runtime.beacon
java.lang.Throwable
|
+--java.lang.Exception
|
+--com.newstep.solid.management.runtime.beacon.BeaconException
All Implemented Interfaces:
Serializable
public class BeaconException
Base for all exceptions related to the Beacon.
Author:
rcavero
Exceptions:
true
| Field Summary |
private final static long |
|
| Constructor Summary |
public void |
|
public void |
|
public void |
|
public void |
|
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
public void BeaconException (Throwable cause)
initialize the exception cause
Parameters:
cause
Stereotype:
create
public void BeaconException (String message, Throwable cause)
initialize the exception message and cause
Parameters:
message
cause
Stereotype:
create
public void BeaconException ()
default constructor
Stereotype:
create
public void BeaconException (String message)
initialize the exception message
Parameters:
message
Stereotype:
create
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|