jGCS Documentation

net.sf.jgcs
Class UnsupportedServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.sf.jgcs.JGCSException
                  extended by net.sf.jgcs.UnsupportedServiceException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedServiceException
extends JGCSException

This class defines a UnsupportedServiceException.

Version:
1.0
Author:
Nuno Carvalho
See Also:
Serialized Form

Constructor Summary
UnsupportedServiceException()
          Creates a new UnsupportedServiceException.
UnsupportedServiceException(java.lang.String message)
          Creates a new UnsupportedServiceException.
UnsupportedServiceException(java.lang.String message, java.lang.Throwable cause)
          Creates a new UnsupportedServiceException.
 
Method Summary
 
Methods inherited from class net.sf.jgcs.JGCSException
getCause, getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

UnsupportedServiceException

public UnsupportedServiceException()
Creates a new UnsupportedServiceException.


UnsupportedServiceException

public UnsupportedServiceException(java.lang.String message)
Creates a new UnsupportedServiceException.

Parameters:
message - the error message.

UnsupportedServiceException

public UnsupportedServiceException(java.lang.String message,
                                   java.lang.Throwable cause)
Creates a new UnsupportedServiceException.

Parameters:
message - the error message.
cause - the throwable that caused this exception.

jGCS Documentation

Copyright (c) 2006, Universidade de Lisboa
For updates and related information please see jGCS home page