nl.gx.webmanager.services.entitymanager
Class DomainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.gx.webmanager.services.entitymanager.DomainException
All Implemented Interfaces:
java.io.Serializable

public class DomainException
extends java.lang.Exception

Checked exception class for domain problems.

Author:
bramk, n.milutinovic
See Also:
Serialized Form

Constructor Summary
DomainException(java.lang.String msg)
          Directly caused error.
DomainException(java.lang.String msg, java.lang.Throwable cause)
          Indirectly caused error.
 
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

DomainException

public DomainException(java.lang.String msg)
Directly caused error.

Parameters:
msg - error message.

DomainException

public DomainException(java.lang.String msg,
                       java.lang.Throwable cause)
Indirectly caused error.

Parameters:
msg - error message.
cause - the error cause.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.