issrg.pba.rbac
Class BadURLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.utils.EmbeddedException
              extended by issrg.pba.PbaException
                  extended by issrg.pba.rbac.BadURLException
All Implemented Interfaces:
java.io.Serializable

public class BadURLException
extends PbaException

This class extends PbaException to notify specifically about malformed URL passed to a URLHandler.

See Also:
Serialized Form

Constructor Summary
BadURLException()
           
BadURLException(java.lang.String msg)
           
BadURLException(java.lang.String msg, java.lang.Throwable th)
          This constructor bulds a BadURLException with a root cause embedded.
 
Method Summary
 
Methods inherited from class issrg.utils.EmbeddedException
getEmbedded, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadURLException

public BadURLException()

BadURLException

public BadURLException(java.lang.String msg)

BadURLException

public BadURLException(java.lang.String msg,
                       java.lang.Throwable th)
This constructor bulds a BadURLException with a root cause embedded.

Parameters:
msg - a human-readable explanation of the exception cause
th - Throwable that triggered the exception