com.sybase.persistence
Class NoSuchOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sybase.afx.ApplicationException
                  extended by com.sybase.persistence.NoSuchOperationException

public class NoSuchOperationException
extends ApplicationException

Thrown if code tries to access operation metadata that does not exist in class metadata


Constructor Summary
NoSuchOperationException()
          Initializes a new instance of the NoSuchOperationException class.
NoSuchOperationException(java.lang.String name)
          Initializes a new instance of the NoSuchOperationException class with specified operation name
 
Method Summary
protected  void _init()
           
 java.lang.String getName()
          Gets the operation name which does not exist in class metadata.
 void setName(java.lang.String _name)
          Sets the operation name which does not exist in class metadata.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchOperationException

public NoSuchOperationException(java.lang.String name)
Initializes a new instance of the NoSuchOperationException class with specified operation name

Parameters:
name - The operation name which does not exist in class metadata.

NoSuchOperationException

public NoSuchOperationException()
Initializes a new instance of the NoSuchOperationException class.

Method Detail

getName

public java.lang.String getName()
Gets the operation name which does not exist in class metadata.


setName

public void setName(java.lang.String _name)
Sets the operation name which does not exist in class metadata.


_init

protected void _init()