javax.el
Class InvalidOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.el.ELException
                  extended by javax.el.InvalidOperationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidOperationException
extends ELException

Thrown when an operation cannot be done on a collection.

Since:
EL 3.0
See Also:
Serialized Form

Constructor Summary
InvalidOperationException()
          Creates a InvalidOperationException with no detail message.
InvalidOperationException(java.lang.String message)
          Creates a InvalidOperationException with the provided detail message.
InvalidOperationException(java.lang.String pMessage, java.lang.Throwable pRootCause)
          Creates a InvalidOperationException with the given detail message and root cause.
InvalidOperationException(java.lang.Throwable exception)
          Creates a InvalidOperationException with the given root 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

InvalidOperationException

public InvalidOperationException()
Creates a InvalidOperationException with no detail message.


InvalidOperationException

public InvalidOperationException(java.lang.String message)
Creates a InvalidOperationException with the provided detail message.

Parameters:
message - the detail message

InvalidOperationException

public InvalidOperationException(java.lang.Throwable exception)
Creates a InvalidOperationException with the given root cause.

Parameters:
exception - the originating cause of this exception

InvalidOperationException

public InvalidOperationException(java.lang.String pMessage,
                                 java.lang.Throwable pRootCause)
Creates a InvalidOperationException with the given detail message and root cause.

Parameters:
pMessage - the detail message
pRootCause - the originating cause of this exception


Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.