Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.io.pof.reflect
Class PofNavigationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tangosol.io.pof.reflect.PofNavigationException

All Implemented Interfaces:
java.io.Serializable

public class PofNavigationException
extends java.lang.RuntimeException

PofNavigationException indicates a failure to navigate a PofValue hierarchy.


Constructor Summary
PofNavigationException()
          Construct a PofNavigationException.
PofNavigationException(java.lang.String message)
          Construct a PofNavigationException with a specified detail message.
PofNavigationException(java.lang.String message, java.lang.Throwable cause)
          Construct a PofNavigationException with a specified detail message and a cause.
PofNavigationException(java.lang.Throwable cause)
          Construct a PofNavigationException with a specified cause.

 

Method Summary

 

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

 

Constructor Detail

PofNavigationException

public PofNavigationException()
Construct a PofNavigationException.

PofNavigationException

public PofNavigationException(java.lang.String message)
Construct a PofNavigationException with a specified detail message.
Parameters:
message - the String that contains a detailed message

PofNavigationException

public PofNavigationException(java.lang.String message,
                              java.lang.Throwable cause)
Construct a PofNavigationException with a specified detail message and a cause.
Parameters:
message - the String that contains a detailed message
cause - the underlying cause for this exception

PofNavigationException

public PofNavigationException(java.lang.Throwable cause)
Construct a PofNavigationException with a specified cause.
Parameters:
cause - the underlying cause for this exception

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


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