Class MOException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateRegistrationException

public abstract class MOException extends Exception
The MOException is the base class for all exceptions thrown while managing ManagedObjects.
Version:
1.0
Author:
Frank Fock
See Also:
  • Constructor Details

    • MOException

      public MOException()
    • MOException

      public MOException(String message)
    • MOException

      public MOException(String message, Exception chainedException)