public class ErrorInformation extends Object implements Serializable
ErrorInformation(Long code, String message, String diagnosticInformation)
Long
getCode()
String
getDiagnosticInformation()
getMessage()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ErrorInformation(Long code, String message, String diagnosticInformation)
public Long getCode()
public String getMessage()
public String getDiagnosticInformation()
public String toString()
toString
Object