Skip navigation links

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

E20955-01


waggle.core.exceptions
Class XNonReportableRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by waggle.core.exceptions.XRuntimeException
                  extended by waggle.core.exceptions.XNonReportableRuntimeException

All Implemented Interfaces:
Serializable, XNonReportableException
Direct Known Subclasses:
XConnectionLostException

public class XNonReportableRuntimeException
extends XRuntimeException
implements XNonReportableException

Basic Waggle Runtime Exception.

See Also:
Serialized Form

Constructor Summary
XNonReportableRuntimeException(String resourceID, Object... arguments)
          Create and format and exception and it's message string.

 

Method Summary

 

Methods inherited from class waggle.core.exceptions.XRuntimeException
getArguments, getDate, getResourceID, isCause, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString

 

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

 

Constructor Detail

XNonReportableRuntimeException

public XNonReportableRuntimeException(String resourceID,
                                      Object... arguments)
Create and format and exception and it's message string.
Parameters:
resourceID - The resource ID used to format the message.
arguments - The arguments used to format the exception.

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.