Skip navigation links


com.bea.content
Class InvalidNodeNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.content.RepositoryException
              extended by com.bea.content.InvalidNodeNameException

All Implemented Interfaces
Serializable

public class InvalidNodeNameException
extends RepositoryException

This is the main checked exception for any error thrown from the SPI. All other checked Exceptions should be subclasses. This Exception may be used for validation errors.

See Also
Serialized Form

Constructor Summary
InvalidNodeNameException(String message)
           
InvalidNodeNameException(String message, boolean log)
           
InvalidNodeNameException(String message, Throwable cause)
           
InvalidNodeNameException(String message, Throwable cause, boolean log)
           
InvalidNodeNameException(Throwable cause)
           

 

Method Summary

 

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

 

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

 

Constructor Detail

InvalidNodeNameException

public InvalidNodeNameException(String message)

InvalidNodeNameException

public InvalidNodeNameException(String message,
                                boolean log)

InvalidNodeNameException

public InvalidNodeNameException(String message,
                                Throwable cause)

InvalidNodeNameException

public InvalidNodeNameException(Throwable cause)

InvalidNodeNameException

public InvalidNodeNameException(String message,
                                Throwable cause,
                                boolean log)

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.