com.vhosting.netconf
Class CapabilityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.vhosting.netconf.CapabilityException
All Implemented Interfaces:
java.io.Serializable

public class CapabilityException
extends java.lang.Exception

This exception must necessarily be thrown when uses an operation and you are not meeting the set of capabilities available to the server.

Version:
1.00, 02/11/2010
Author:
Giuseppe Palmeri
See Also:
Serialized Form

Constructor Summary
CapabilityException(java.lang.String detailMessage)
          Constructs an instance of the exception by providing a detailed message.
 
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

CapabilityException

public CapabilityException(java.lang.String detailMessage)
Constructs an instance of the exception by providing a detailed message.

Parameters:
detailMessage - The detail message.