hhms.soap
Class FlexRepException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byhhms.soap.FlexRepException
All Implemented Interfaces:
java.io.Serializable

public class FlexRepException
extends java.lang.Exception

This exception must be thrown when there are insufficient FlexibleRepresentation information.

Title: FlexRepException

Copyright: Copyright (c) 2004

Company: CommunityGrids Labs at Indiana University

See Also:
Serialized Form

Constructor Summary
FlexRepException(java.lang.String message)
          Construct a FlexRepException with a reason for the exception
 
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

FlexRepException

public FlexRepException(java.lang.String message)
Construct a FlexRepException with a reason for the exception

Parameters:
message - a description of the Exception