Skip navigation links 
 
com.bea.content
Class InvalidNodeNameException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.bea.content.RepositoryException
com.bea.content.RepositoryException
               com.bea.content.InvalidNodeNameException
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
 
  
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
 
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.