Class VplsOperationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class VplsOperationException
    extends java.lang.RuntimeException
    Exception for VPLS operation.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VplsOperationException​(VplsOperation operation, java.lang.String msg)
      Constructs a VPLS operation exception with given VPLS operation and message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VplsOperation vplsOperation()
      Gets VPLS operation for this exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • VplsOperationException

        public VplsOperationException​(VplsOperation operation,
                                      java.lang.String msg)
        Constructs a VPLS operation exception with given VPLS operation and message.
        Parameters:
        operation - the VPLS operation
        msg - the description of the exception
    • Method Detail

      • vplsOperation

        public VplsOperation vplsOperation()
        Gets VPLS operation for this exception.
        Returns:
        the VPLS operation