Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.core.exceptions.infos
Class XExceptionInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.core.exceptions.infos.XExceptionInfo


public class XExceptionInfo
extends XDTO

XExceptionInfo is a DTO for passing remote exception data.


Field Summary
 Date Date
          The date and time at which the exception was thrown.
 String ExceptionClass
          The exception class.
 String Message
          The exception message.
 String ResourceID
          The exception resource id.
 String StackTrace
          The exception stack trace, formatted as a string with embedded newlines.

 

Constructor Summary
XExceptionInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ExceptionClass

public String ExceptionClass
The exception class.

Message

public String Message
The exception message.

StackTrace

public String StackTrace
The exception stack trace, formatted as a string with embedded newlines.

ResourceID

public String ResourceID
The exception resource id.

Date

public Date Date
The date and time at which the exception was thrown.

Constructor Detail

XExceptionInfo

public XExceptionInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.