|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.dto.ErrorDTO
public class ErrorDTO
Field Summary | |
---|---|
java.lang.String |
code
The error code. |
java.lang.String |
message
The message associated with the error. |
java.util.List<java.lang.Object> |
other
To hold any other non-matching XML elements |
java.lang.String |
resource
The resource being access which caused the error |
Constructor Summary | |
---|---|
ErrorDTO()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String code
public java.lang.String message
public java.lang.String resource
public java.util.List<java.lang.Object> other
Constructor Detail |
---|
public ErrorDTO()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |