Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.management.runtime.beacon
Class BeaconException
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
BeaconException(Throwable cause)
public void
BeaconException(String message, Throwable cause)
public void
public void
BeaconException(String message)
Field Detail
serialVersionUID
private final static long serialVersionUID
 
Final.
Multiplicity:
1
Static.
 
Constructor Detail
BeaconException
public void BeaconException (Throwable cause)
 
initialize the exception cause
Parameters:
cause
Stereotype:
create
 

BeaconException
public void BeaconException (String message, Throwable cause)
 
initialize the exception message and cause
Parameters:
message
cause
Stereotype:
create
 

BeaconException
public void BeaconException ()
 
default constructor
Stereotype:
create
 

BeaconException
public void BeaconException (String message)
 
initialize the exception message
Parameters:
message
Stereotype:
create
 

Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD