org.eclipse.higgins.sts.common
Class Fault
java.lang.Object
org.eclipse.higgins.sts.common.Fault
- All Implemented Interfaces:
- org.eclipse.higgins.sts.api.IFault
- public class Fault
- extends java.lang.Object
- implements org.eclipse.higgins.sts.api.IFault
- Author:
- mikemci at us dot ibm dot com
|
Constructor Summary |
Fault(java.net.URI uriCodeNamespace,
java.lang.String strCodePrefix,
java.lang.String strCodeLocalPart,
java.lang.String strReason,
java.lang.String strDetail)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fault
public Fault(java.net.URI uriCodeNamespace,
java.lang.String strCodePrefix,
java.lang.String strCodeLocalPart,
java.lang.String strReason,
java.lang.String strDetail)
getCodeNamespace
public java.net.URI getCodeNamespace()
- Specified by:
getCodeNamespace in interface org.eclipse.higgins.sts.api.IFault
getCodePrefix
public java.lang.String getCodePrefix()
- Specified by:
getCodePrefix in interface org.eclipse.higgins.sts.api.IFault
getCodeLocalPart
public java.lang.String getCodeLocalPart()
- Specified by:
getCodeLocalPart in interface org.eclipse.higgins.sts.api.IFault
getReason
public java.lang.String getReason()
- Specified by:
getReason in interface org.eclipse.higgins.sts.api.IFault
getDetail
public java.lang.String getDetail()
- Specified by:
getDetail in interface org.eclipse.higgins.sts.api.IFault
setCodeNamespace
public void setCodeNamespace(java.net.URI uriCodeNamespace)
- Specified by:
setCodeNamespace in interface org.eclipse.higgins.sts.api.IFault
setCodePrefix
public void setCodePrefix(java.lang.String strCodePrefix)
- Specified by:
setCodePrefix in interface org.eclipse.higgins.sts.api.IFault
setCodeLocalPart
public void setCodeLocalPart(java.lang.String strCodeLocalPart)
- Specified by:
setCodeLocalPart in interface org.eclipse.higgins.sts.api.IFault
setReason
public void setReason(java.lang.String strReason)
- Specified by:
setReason in interface org.eclipse.higgins.sts.api.IFault
setDetail
public void setDetail(java.lang.String strDetail)
- Specified by:
setDetail in interface org.eclipse.higgins.sts.api.IFault