|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.api.fault.v3_0.FaultInfoFactory
public class FaultInfoFactory
| Constructor Summary | |
|---|---|
FaultInfoFactory()
|
|
| Method Summary | |
|---|---|
SecurityFaultInfo |
createSecurityFaultInfo(String message)
Creates a new SecurityFaultInfo instance with the specified message. |
SecurityFaultInfo |
createSecurityFaultInfo(Throwable e)
Creates a new SecurityFaultInfo instance and populates it with the information obtained from the specified
exception. |
ServiceFaultInfo |
createServiceFaultInfo(String message)
Creates a new ServiceFaultInfo instance with the specified message. |
ServiceFaultInfo |
createServiceFaultInfo(Throwable e)
Creates a new ServiceFaultInfo instance and populates it with the information obtained from the specified
exception. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FaultInfoFactory()
| Method Detail |
|---|
public ServiceFaultInfo createServiceFaultInfo(String message)
ServiceFaultInfo instance with the specified message.
message - a message.
ServiceFaultInfo instance.public ServiceFaultInfo createServiceFaultInfo(Throwable e)
ServiceFaultInfo instance and populates it with the information obtained from the specified
exception.
e - an exception.
ServiceFaultInfo instance.public SecurityFaultInfo createSecurityFaultInfo(Throwable e)
SecurityFaultInfo instance and populates it with the information obtained from the specified
exception.
e - an exception.
SecurityFaultInfo instance.public SecurityFaultInfo createSecurityFaultInfo(String message)
SecurityFaultInfo instance with the specified message.
message - a message.
SecurityFaultInfo instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||