nl.knmi.orfeus.seedlink
Class SeedLinkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.knmi.orfeus.seedlink.SeedLinkException
All Implemented Interfaces:
java.io.Serializable

public class SeedLinkException
extends java.lang.Exception

Class to hold SeedLink specific exceptions.

See Also:
Serialized Form

Constructor Summary
SeedLinkException()
          Creates a new instance of SeedLinkException.
SeedLinkException(java.lang.String s)
          Creates a new instance of SeedLinkException.
 
Method Summary
 
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

SeedLinkException

public SeedLinkException()
Creates a new instance of SeedLinkException.


SeedLinkException

public SeedLinkException(java.lang.String s)
Creates a new instance of SeedLinkException.

Parameters:
s - exception message.