eu.planets_project.services
Class PlanetsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.planets_project.services.PlanetsException
All Implemented Interfaces:
java.io.Serializable

public class PlanetsException
extends java.lang.Exception

Planets specific exception

See Also:
Serialized Form

Constructor Summary
PlanetsException(java.lang.String msg)
          Construct from passed message
PlanetsException(java.lang.Throwable t)
          Construct from passed throwable
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlanetsException

public PlanetsException(java.lang.String msg)
Construct from passed message

Parameters:
msg -

PlanetsException

public PlanetsException(java.lang.Throwable t)
Construct from passed throwable

Parameters:
t -


Copyright © 2007-2010 The Planets Consortium. All Rights Reserved.