Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.management.runtime.directory
Class RegistrationException
java.lang.Throwable
  |
  +--java.lang.Exception
       |
       +--com.newstep.solid.management.runtime.directory.RegistrationException
All Implemented Interfaces:
       Serializable

public class RegistrationException      
A serializable directory registration exception.
Author:
msimonsen
Exceptions:
true
 
 

Field Summary
private final static long
Constructor Summary
public void
RegistrationException(String msg, Throwable t)
public void
public void
Field Detail
serialVersionUID
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
 
Constructor Detail
RegistrationException
public void RegistrationException (String msg, Throwable t)
 
Stereotype:
create
 

RegistrationException
public void RegistrationException (Throwable t)
 
Stereotype:
create
 

RegistrationException
public void RegistrationException (String msg)
 
Stereotype:
create
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD