edu.indiana.iucbrf.exceptions
Class DomainNotSpecifiedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.indiana.iucbrf.exceptions.DomainNotSpecifiedException
All Implemented Interfaces:
java.io.Serializable

public class DomainNotSpecifiedException
extends java.lang.RuntimeException

An exception indicating that a domain is needed, but has not been specified.

See Also:
Serialized Form

Constructor Summary
DomainNotSpecifiedException()
          Creates new DomainNotSpecifiedException without detail message.
DomainNotSpecifiedException(java.lang.String msg)
          Constructs an DomainNotSpecifiedException with the specified detail message.
 
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

DomainNotSpecifiedException

public DomainNotSpecifiedException()
Creates new DomainNotSpecifiedException without detail message.


DomainNotSpecifiedException

public DomainNotSpecifiedException(java.lang.String msg)
Constructs an DomainNotSpecifiedException with the specified detail message.

Parameters:
msg - the detail message.