Package rma.lang

Class NestingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DbfNestedException

public class NestingException extends Exception
exception that is thrown by the RMI Server side. it will return the stacktrace of the 'real' exception to the client.
See Also:
  • Constructor Details

    • NestingException

      public NestingException()
    • NestingException

      public NestingException(String msg)
    • NestingException

      public NestingException(Exception nestedException)
    • NestingException

      public NestingException(String msg, Exception nestedException)
  • Method Details