AMETAS.servicedev
Class ProxyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byAMETAS.servicedev.ProxyException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ProxyParamMismatchException, ProxyServiceErrorException, ProxyTimeoutException

public class ProxyException
extends java.lang.Exception

Basisklasse aller Proxyexceptions.

Since:
Version 2.1.0
See Also:
Serialized Form

Constructor Summary
ProxyException()
          Einfacher Konstruktor.
ProxyException(java.lang.String s)
          Konstruktor, der eine Text-Message entgegennimmt.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

ProxyException

public ProxyException()
Einfacher Konstruktor.


ProxyException

public ProxyException(java.lang.String s)
Konstruktor, der eine Text-Message entgegennimmt.

Parameters:
s - Text, der beim Aufruf von getMessage() zurückgeliefert wird.