org.andromda.core.server
Class ServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.core.server.ServerException
All Implemented Interfaces:
java.io.Serializable

public class ServerException
extends java.lang.RuntimeException

This exception is thrown when a special situation is encountered within an DefaultServer instance.

Author:
Chad Brandon
See Also:
Serialized Form

Constructor Summary
ServerException(java.lang.String message)
          Constructor for ServerServerException.
ServerException(java.lang.String message, java.lang.Throwable parent)
          Constructor for ServerServerException.
ServerException(java.lang.Throwable parent)
          Constructor for ServerServerException.
 
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

ServerException

public ServerException(java.lang.String message)
Constructor for ServerServerException.

Parameters:
message -

ServerException

public ServerException(java.lang.String message,
                       java.lang.Throwable parent)
Constructor for ServerServerException.

Parameters:
message -
parent -

ServerException

public ServerException(java.lang.Throwable parent)
Constructor for ServerServerException.

Parameters:
parent -


Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.