psdi.security.vmm

Class VMMSyncException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • psdi.security.vmm.VMMSyncException
  • All Implemented Interfaces:
    java.io.Serializable


    public class VMMSyncException
    extends java.lang.Exception
    An exception class used to indicate all exceptions raised by VMM Synchronization code.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      VMMSyncException()
      Constructs a new exception with null as its detail message.
      VMMSyncException(java.lang.String message)
      Constructs a new exception with the specified detail message.
      VMMSyncException(java.lang.String message, java.lang.Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      VMMSyncException(java.lang.Throwable cause)
      Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString())
    • Method Summary

      • 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

      • VMMSyncException

        public VMMSyncException()
        Constructs a new exception with null as its detail message.
      • VMMSyncException

        public VMMSyncException(java.lang.String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message.
      • VMMSyncException

        public VMMSyncException(java.lang.String message,
                                java.lang.Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause
      • VMMSyncException

        public VMMSyncException(java.lang.Throwable cause)
        Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString())
        Parameters:
        cause - the cause