Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: com/telefonicasoluciones/search/client/HLClientException.java


1   // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
2   // Jad home page: http://www.geocities.com/kpdus/jad.html
3   // Decompiler options: packimports(3) 
4   // Source File Name:   HLClientException.java
5   
6   package com.telefonicasoluciones.search.client;
7   
8   
9   public class HLClientException extends Exception
10  {
11  
12      public HLClientException()
13      {
14      }
15  
16      public HLClientException(String s)
17      {
18          super(s);
19          message = s;
20      }
21  
22      public String getMessage()
23      {
24          return message;
25      }
26  
27      private String message;
28  }