AppserverIo\Appserver\ServletEngine\Security\Realm::getExceptionStack PHP Méthode

getExceptionStack() public méthode

Return's the exception stack.
public getExceptionStack ( ) : AppserverIo\Collections\ArrayList
Résultat AppserverIo\Collections\ArrayList The exception stack
    public function getExceptionStack()
    {
        return $this->exceptionStack;
    }