Class ServerPlatformException

    • Field Detail

      • SERVER_PLATFORM_CLASS_NOT_FOUND

        public static final int SERVER_PLATFORM_CLASS_NOT_FOUND
        See Also:
        Constant Field Values
      • INVALID_SERVER_PLATFORM_CLASS

        public static final int INVALID_SERVER_PLATFORM_CLASS
        See Also:
        Constant Field Values
    • Constructor Detail

      • ServerPlatformException

        public ServerPlatformException()
      • ServerPlatformException

        protected ServerPlatformException​(java.lang.String theMessage)
      • ServerPlatformException

        protected ServerPlatformException​(java.lang.String message,
                                          java.lang.Throwable internalException)
    • Method Detail

      • serverPlatformClassNotFound

        public static ServerPlatformException serverPlatformClassNotFound​(java.lang.String className,
                                                                          java.lang.Throwable t)
      • invalidServerPlatformClass

        public static ServerPlatformException invalidServerPlatformClass​(java.lang.String className,
                                                                         java.lang.Throwable t)