Class PofNavigationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.io.pof.reflect.PofNavigationException
All Implemented Interfaces:
Serializable

public class PofNavigationException extends RuntimeException
PofNavigationException indicates a failure to navigate a PofValue hierarchy.
See Also:
  • Constructor Details

    • PofNavigationException

      public PofNavigationException()
      Construct a PofNavigationException.
    • PofNavigationException

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

      public PofNavigationException(String message, 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(Throwable cause)
      Construct a PofNavigationException with a specified cause.
      Parameters:
      cause - the underlying cause for this exception